Ecore Config Library Functions
Functions that are used to start up and shutdown the Enlightened Property Library when used directly by an application. More...
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. |
Detailed Description
Functions that are used to start up and shutdown the Enlightened Property Library when used directly by an application.
Function Documentation
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 .
- Returns:
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.
- Returns:
ECORE_CONFIG_ERR_IGNORED
References ecore_config_dst().
Referenced by ecore_config_shutdown().