Functions | |
EAPI int | ecore_config_load (void) |
Loads the default configuration. | |
EAPI int | ecore_config_save (void) |
Saves the current configuration to the default file. | |
EAPI int | ecore_config_file_load (const char *file) |
Load the given configuration file to the local configuration. | |
EAPI int | ecore_config_file_save (const char *file) |
Saves the local configuration to the given file. |
EAPI int ecore_config_file_load | ( | const char * | file | ) |
Load the given configuration file to the local configuration.
file | Name of the file to load. |
ECORE_CONFIG_ERR_SUCC
on success. ECORE_CONFIG_ERR_NODATA
is returned if the file cannot be loaded. EAPI int ecore_config_file_save | ( | const char * | file | ) |
Saves the local configuration to the given file.
file | Name of the file to save to. |
ECORE_CONFIG_ERR_SUCC
is returned on success. ECORE_CONFIG_ERR_FAIL
is returned if the data cannot be saved. EAPI int ecore_config_load | ( | void | ) |
Loads the default configuration.
ECORE_CONFIG_ERR_SUCC
on success. ECORE_CONFIG_ERR_NODATA
is returned if the file cannot be loaded. EAPI int ecore_config_save | ( | void | ) |
Saves the current configuration to the default file.
ECORE_CONFIG_ERR_SUCC
is returned on success. ECORE_CONFIG_ERR_FAIL
is returned if the data cannot be saved.