|  |  |  | Tomoe Reference Manual |  | 
|---|---|---|---|---|
                    TomoeConfig;
TomoeConfig*        tomoe_config_new                    (const gchar *config_file);
const gchar*        tomoe_config_get_filename           (TomoeConfig *config);
const gchar*        tomoe_config_get_user_dict_name     (TomoeConfig *config);
TomoeShelf*         tomoe_config_make_shelf             (TomoeConfig *config,
                                                         const gchar *language);
const gchar*const * tomoe_config_get_languages          (TomoeConfig *config);
typedef struct _TomoeConfig TomoeConfig;
The TomoeConfig struct contains only private fields and should not be directly accessed.
TomoeConfig* tomoe_config_new (const gchar *config_file);
| config_file: | |
| Returns : | 
const gchar* tomoe_config_get_filename (TomoeConfig *config);
| config: | |
| Returns : | 
const gchar* tomoe_config_get_user_dict_name (TomoeConfig *config);
| config: | |
| Returns : | 
TomoeShelf* tomoe_config_make_shelf (TomoeConfig *config, const gchar *language);
| config: | |
| language: | |
| Returns : | 
const gchar*const * tomoe_config_get_languages (TomoeConfig *config);
| config: | |
| Returns : |