Ecore_Config (3) Linux Manual Page
Ecore_Config.h – Provides the Enlightened Property Library. Synopsis Data Structures struct Ecore_Config_Prop The actual property for storing a key-value pair. Typedefs typedef int(* Ecore_Config_Listener )(const char *key, const Ecore_Config_Type type, const int tag, void *data) Property change callback function prototype. Enumerations enum Ecore_Config_Type { ECORE_CONFIG_NIL = 0, ECORE_CONFIG_INT = 1, ECORE_CONFIG_FLT = 2, ECORE_CONFIG_STR =…
