| Top |
| TomoeContext * | tomoe_context_new () |
| void | tomoe_context_load_config () |
| GList * | tomoe_context_search () |
| GList * | tomoe_context_multi_search () |
| TomoeChar * | tomoe_context_get_char () |
| gboolean | tomoe_context_register () |
| gboolean | tomoe_context_unregister () |
void tomoe_context_load_config (TomoeContext *ctx,const gchar *config_file);
Load dictionaries into configuration file.
GList * tomoe_context_multi_search (TomoeContext *ctx,GList *queries);
TomoeChar * tomoe_context_get_char (TomoeContext *ctx,const gchar *utf8);
gboolean tomoe_context_unregister (TomoeContext *ctx,const gchar *utf8);
“recognizer” property“recognizer” TomoeRecognizer *
The recognizer of the context.
Owner: TomoeContext
Flags: Read / Write / Construct Only