Class
PosCompleterBase
Description [src]
class Pos.CompleterBase : GObject.Object
{
/* No available fields */
}
Base class for completers implementing common functionality.
Instance methods
pos_completer_base_wants_punctuation_swap
Checks if the passed in symbol is a punctuation and before_text ends in a space.
Completers can invoke this to figure out if they want to drop that trailing space.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.