SVN revision: 22306
This commit is contained in:
doursse 2006-04-22 19:12:53 +00:00 committed by doursse
parent 2d1a95873a
commit 1799b347e8
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ extern "C"
EAPI int ecore_config_struct_float_add(const char *key, const char *name, float val);
EAPI int ecore_config_struct_string_add(const char *key, const char *name, char* val);
EAPI int ecore_config_struct_theme_add(const char *key, const char *name, char* val);
EAPI int ecore_config_struct_argb_add(const char *key, const char *name, int a, int r, int g, int b);q
EAPI int ecore_config_struct_argb_add(const char *key, const char *name, int a, int r, int g, int b);
EAPI int ecore_config_struct_boolean_add(const char *key, const char *name, int val);
EAPI int ecore_config_struct_get(const char *key, void *data);