Top | ![]() |
![]() |
![]() |
![]() |
void | tomoe_dict_init () |
void | tomoe_dict_quit () |
const gchar * | tomoe_dict_get_default_module_dir () |
void | tomoe_dict_set_default_module_dir () |
void | tomoe_dict_load () |
TomoeModule * | tomoe_dict_load_module () |
void | tomoe_dict_unload () |
GList * | tomoe_dict_get_registered_types () |
GList * | tomoe_dict_get_log_domains () |
TomoeDict * | tomoe_dict_new () |
const gchar * | tomoe_dict_get_name () |
gboolean | tomoe_dict_register_char () |
gboolean | tomoe_dict_unregister_char () |
TomoeChar * | tomoe_dict_get_char () |
GList * | tomoe_dict_search () |
gboolean | tomoe_dict_flush () |
gboolean | tomoe_dict_is_editable () |
gboolean | tomoe_dict_is_available () |
gchar * | tomoe_dict_get_available_private_utf8 () |
TomoeDict * tomoe_dict_new (const gchar *name
,const gchar *first_property
,...
);
Create a new TomoeDict.
const gchar *
tomoe_dict_get_name (TomoeDict *dict
);
Get the dictionary name.
gboolean tomoe_dict_register_char (TomoeDict *dict
,TomoeChar *chr
);
Register a TomoeChar object.
gboolean tomoe_dict_unregister_char (TomoeDict *dict
,const gchar *utf8
);
Unregister a TomoeChar object which has utf8 code point.
TomoeChar * tomoe_dict_get_char (TomoeDict *dict
,const gchar *utf8
);
Get a TomoeChar object which has utf8 code point
gchar *
tomoe_dict_get_available_private_utf8 (TomoeDict *dict
);