Functions | |
EAPI int | ecore_config_init (const char *name) |
Initializes the Enlightened Property Library. | |
EAPI int | ecore_config_shutdown (void) |
Frees memory and shuts down the library for an application. |
EAPI int ecore_config_init | ( | const char * | name | ) |
Initializes the Enlightened Property Library.
Either this function or ecore_config_system_init must be run before any other function in the Enlightened Property Library, even if you have run ecore_init . The name given is used to determine the default configuration to load.
name | Application name |
ECORE_CONFIG_ERR_SUCC
if the library is successfully set up. ECORE_CONFIG_ERR_FAIL
otherwise. EAPI int ecore_config_shutdown | ( | void | ) |
Frees memory and shuts down the library for an application.
ECORE_CONFIG_ERR_IGNORED
.