Including EAPI method to .h

SVN revision: 53919
This commit is contained in:
Tiago Rezende Campos Falcao 2010-10-27 14:38:43 +00:00
parent b6524f2b20
commit db336b896e
1 changed files with 1 additions and 0 deletions

View File

@ -335,6 +335,7 @@ extern "C" {
EAPI const char *elm_profile_get(void);
EAPI char *elm_profile_dir_get(const char *profile);
EAPI void elm_profile_dir_free(const char *p_dir);
EAPI Eina_List *elm_profile_list_get(void);
EAPI void elm_profile_list_free(Eina_List *l);
EAPI void elm_profile_set(const char *profile);