Class
PosCompleterManager
Description [src]
final class Pos.CompleterManager : GObject.Object {
/* No available fields */
}
Maps completion engines to locales.
TODO: take user configuration into account. - map keyboard variants to default completers - allow completers to have different config based on keyboard layout.
Instance methods
pos_completer_manager_get_default_completer
The default completer to be used when no other completer is a better match.
Properties
Pos.CompleterManager:default
The default completer. This completer is used as fallback when no other completer is more suitable.
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.