| Tomoe Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
struct 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);
struct TomoeConfig;
The TomoeConfig struct contains only private fields and should not be directly accessed.
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);
"filename" property"filename" gchar* : Read / Write / Construct
The filename for storing user settings.
Default value: NULL