Object Hierarchy
GObject
+----TomoeDict
Details
TomoeDict
typedef struct _TomoeDict TomoeDict;
tomoe_dict_new ()
TomoeDict* tomoe_dict_new (const gchar *name,
const gchar *first_property,
...);
name : |
|
first_property : |
|
... : |
|
Returns : |
|
tomoe_dict_get_name ()
const gchar* tomoe_dict_get_name (TomoeDict *dict);
tomoe_dict_register_char ()
gboolean tomoe_dict_register_char (TomoeDict *dict,
TomoeChar *chr);
tomoe_dict_unregister_char ()
gboolean tomoe_dict_unregister_char (TomoeDict *dict,
const gchar *utf8);
tomoe_dict_get_char ()
TomoeChar* tomoe_dict_get_char (TomoeDict *dict,
const gchar *utf8);