Functions | |
int | ewl_config_init (void) |
Initialize the configuration system. | |
int | ewl_config_str_set (const char *k, char *v) |
set the value of key to the specified string | |
int | ewl_config_int_set (const char *k, int v) |
Set the value of key to the specified integer. | |
int | ewl_config_float_set (const char *k, float v) |
Set the value of key to the specified float. | |
char * | ewl_config_str_get (const char *k) |
Retrieve string value associated with a key. | |
int | ewl_config_int_get (const char *k) |
Retrieve integer value associated with a key. | |
float | ewl_config_float_get (const char *k) |
Retrieve floating point value associated with a key. | |
char * | ewl_config_render_method_get (void) |
Retrieve the render method of the evas. |
|
Retrieve floating point value associated with a key.
|
|
Set the value of key to the specified float.
|
|
Initialize the configuration system.
|
|
Retrieve integer value associated with a key.
|
|
Set the value of key to the specified integer.
|
|
Retrieve the render method of the evas.
|
|
Retrieve string value associated with a key.
|
|
set the value of key to the specified string
|