Ecore_Config_App_Lib_Group (3) - Linux Manuals

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

NAME

Ecore Config App 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_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.

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_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.

Parameters:

name Application name

Returns:

ECORE_CONFIG_ERR_SUCC if the library is successfully set up. ECORE_CONFIG_ERR_FAIL otherwise.

References ecore_config_get(), ecore_config_string_default(), and ecore_config_theme_default_path_get().

EAPI int ecore_config_shutdown (void)

Frees memory and shuts down the library for an application.

Returns:

ECORE_CONFIG_ERR_IGNORED .

References ecore_config_system_shutdown().

Author

Generated automatically by Doxygen for Ecore from the source code.