Object Hierarchy
GObject
+----TomoeShelf
Details
TomoeShelf
typedef struct _TomoeShelf TomoeShelf;
tomoe_shelf_new ()
TomoeShelf* tomoe_shelf_new (void);
tomoe_shelf_get_dict ()
TomoeDict* tomoe_shelf_get_dict (TomoeShelf *shelf,
const gchar *name);
tomoe_shelf_remove_dict ()
gboolean tomoe_shelf_remove_dict (TomoeShelf *shelf,
const gchar *name);
tomoe_shelf_get_dict_names ()
GList* tomoe_shelf_get_dict_names (TomoeShelf *shelf);
tomoe_shelf_has_dict ()
gboolean tomoe_shelf_has_dict (TomoeShelf *shelf,
const gchar *name);