Top | ![]() |
![]() |
![]() |
![]() |
gboolean gok_wordcomplete_open (GokWordComplete *complete
,gchar *directory
);
Opens and initializes the word completor engine.
void
gok_wordcomplete_close (GokWordComplete *complete
);
Closes the word completor engine.
gchar ** gok_wordcomplete_predict (GokWordComplete *complete
,gint num_predictions
);
Makes a prediction. If the currently displayed keyboard is showing prediction keys then they are filled in with the predictions.
gboolean gok_wordcomplete_add_new_word (GokWordComplete *complete
,const char *word
);
Adds a new word to the predictor dictionary.