Download

Support

Ecore Config App 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_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(), ecore_config_theme_default_path_get(), and Ecore_Config_Prop::flags.

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


Copyright © Enlightenment.org

Ecore Documentation