Ewl_Config Struct Reference
[Ewl_Config: Functions for Manipulating Configuration Data]
#include <ewl_config.h>
Detailed Description
Contains Ewl configuration data.Data Fields | |
char * | app_name |
struct { | |
Ecore_Hash * instance | |
Ecore_Hash * system | |
Ecore_Hash * user | |
} | data |
Field Documentation
char* Ewl_Config::app_name |
The application name
Referenced by ewl_config_destroy(), and ewl_config_new().
struct { ... } Ewl_Config::data |
The config data
Referenced by ewl_config_destroy(), ewl_config_instance_key_remove(), ewl_config_system_key_remove(), ewl_config_system_save(), ewl_config_user_key_remove(), and ewl_config_user_save().
Ecore_Hash* Ewl_Config::instance |
Data for this instance only
Referenced by ewl_config_destroy(), and ewl_config_instance_key_remove().
Ecore_Hash* Ewl_Config::system |
System data
Referenced by ewl_config_destroy(), ewl_config_system_key_remove(), and ewl_config_system_save().
Ecore_Hash* Ewl_Config::user |
User data
Referenced by ewl_config_destroy(), ewl_config_system_save(), ewl_config_user_key_remove(), and ewl_config_user_save().
The documentation for this struct was generated from the following file:
- lib/ewl_config.h