Functions | |
EAPI int | ecore_config_system_init (void) |
Initializes the Enlightened Property Library. | |
EAPI int | ecore_config_system_shutdown (void) |
Frees memory and shuts down the library for other programming libraries. |
EAPI int ecore_config_system_init | ( | void | ) |
Initializes the Enlightened Property Library.
This function is meant to be run from other programming libraries. It should not be called from applications.
This function (or ecore_config_init ) must be run before any other function in the Enlightened Property Library, even if you have run ecore_init .
ECORE_CONFIG_ERR_SUCC
if the library is successfully set up. ECORE_CONFIG_ERR_FAIL
otherwise. EAPI int ecore_config_system_shutdown | ( | void | ) |
Frees memory and shuts down the library for other programming libraries.
ECORE_CONFIG_ERR_IGNORED