Compounds | |
| struct | _XLV_Config |
| XLV_Config descriptor. More... | |
| struct | _XLV_ConfigKey |
| XLV_ConfigKey descriptor. More... | |
| struct | _XLV_ConfigOptions |
| struct | _XLV_ConfigOptions_Key |
| struct | _XLV_ConfigOptions_Section |
| struct | _XLV_ConfigSection |
| XLV_ConfigSection descriptor. More... | |
Typedefs | |
| typedef _XLV_ConfigSection | XLV_ConfigSection |
| XLV_ConfigSection class. | |
| typedef _XLV_ConfigKey | XLV_ConfigKey |
| XLV_ConfigKey class. | |
| typedef _XLV_Config | XLV_Config |
| XLV_Config class. | |
| typedef _XLV_ConfigOptions | XLV_ConfigOptions |
| XLV_ConfigOptions class. | |
| typedef _XLV_ConfigOptions_Section | XLV_ConfigOptions_Section |
| XLV_ConfigOptions_Section class. | |
| typedef _XLV_ConfigOptions_Key | XLV_ConfigOptions_Key |
| XLV_ConfigOptions_Key class. | |
Functions | |
| gchar * | xlv_config_check_file (const gchar *filename, gboolean force_local) |
| Build a path to the good config file. More... | |
| XLV_Config * | xlv_config_file_new (const gchar *filename) |
| Build a new XLV_Config object from a file. More... | |
| void | xlv_config_release (XLV_Config *config, gboolean flush) |
| XLV Config destructor. More... | |
| XLV_ConfigSection * | xlv_config_get_section (XLV_Config *config, const guint8 *section_name) |
| Return the section associated to section_name. More... | |
| XLV_ConfigKey * | xlv_config_get_key (XLV_ConfigSection *section, const guint8 *section_key) |
| Return the key associated to section_key. More... | |
| XLV_ConfigSection * | xlv_config_next_section (XLV_Config *config, XLV_ConfigSection *section) |
| Return the next section available in the configfile. More... | |
| XLV_ConfigKey * | xlv_config_next_key (XLV_ConfigSection *section, XLV_ConfigKey *key) |
| Return the next key available in the section. More... | |
| void | xlv_config_get_options (XLV_Config *config, XLV_ConfigOptions *options) |
| Quick way to parse a config file. More... | |
|
||||||||||||
|
Build a path to the good config file.
|
|
|
Build a new XLV_Config object from a file.
|
|
||||||||||||
|
Return the key associated to section_key.
|
|
||||||||||||
|
Quick way to parse a config file.
|
|
||||||||||||
|
Return the section associated to section_name.
|
|
||||||||||||
|
Return the next key available in the section.
|
|
||||||||||||
|
Return the next section available in the configfile.
|
|
||||||||||||
|
XLV Config destructor.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002