TomoeDict

TomoeDict —

Synopsis




            TomoeDict;
TomoeDict*  tomoe_dict_new                  (const gchar *name,
                                             const gchar *first_property,
                                             ...);
const gchar* tomoe_dict_get_name            (TomoeDict *dict);
gboolean    tomoe_dict_register_char        (TomoeDict *dict,
                                             TomoeChar *chr);
gboolean    tomoe_dict_unregister_char      (TomoeDict *dict,
                                             const gchar *utf8);
TomoeChar*  tomoe_dict_get_char             (TomoeDict *dict,
                                             const gchar *utf8);

Object Hierarchy


  GObject
   +----TomoeDict

Description

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);

dict :
Returns :

tomoe_dict_register_char ()

gboolean    tomoe_dict_register_char        (TomoeDict *dict,
                                             TomoeChar *chr);

dict :
chr :
Returns :

tomoe_dict_unregister_char ()

gboolean    tomoe_dict_unregister_char      (TomoeDict *dict,
                                             const gchar *utf8);

dict :
utf8 :
Returns :

tomoe_dict_get_char ()

TomoeChar*  tomoe_dict_get_char             (TomoeDict *dict,
                                             const gchar *utf8);

dict :
utf8 :
Returns :