Property
PosCompleter:before-text
Description [src]
The text before the current cursor position. The completer has to make sense of it e.g. by parsing backwards for the last separation char. No guarantee is made that it contains the start of a sentence. It should be used as context for better completions.
Type: | gchar* |
Getter method | pos_completer_get_before_text() |