Ecore_Config_Lib_Lib_Group

Langue: en

Autres versions - même langue

Version: 375232 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Ecore Config Library Functions -

Functions that are used to start up and shutdown the Enlightened Property Library when used directly by an application.

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().

Author

Generated automatically by Doxygen for Ecore from the source code.