Functions
tomoe_dict_init ()
void
tomoe_dict_init (void
);
tomoe_dict_quit ()
void
tomoe_dict_quit (void
);
tomoe_dict_get_default_module_dir ()
const gchar *
tomoe_dict_get_default_module_dir (void
);
tomoe_dict_set_default_module_dir ()
void
tomoe_dict_set_default_module_dir (const gchar *dir
);
tomoe_dict_load ()
void
tomoe_dict_load (const gchar *base_dir
);
tomoe_dict_load_module ()
TomoeModule *
tomoe_dict_load_module (const gchar *name
);
tomoe_dict_unload ()
void
tomoe_dict_unload (void
);
tomoe_dict_get_registered_types ()
GList *
tomoe_dict_get_registered_types (void
);
tomoe_dict_get_log_domains ()
GList *
tomoe_dict_get_log_domains (void
);
tomoe_dict_get_name ()
const gchar *
tomoe_dict_get_name (TomoeDict *dict
);
Get the dictionary name.
Returns
the name of the dictionary.
tomoe_dict_unregister_char ()
gboolean
tomoe_dict_unregister_char (TomoeDict *dict
,
const gchar *utf8
);
Unregister a TomoeChar object which has utf8 code point.
tomoe_dict_get_available_private_utf8 ()
gchar *
tomoe_dict_get_available_private_utf8 (TomoeDict *dict
);