Including EAPI method to .h
authorTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Wed, 27 Oct 2010 14:38:43 +0000 (14:38 +0000)
committerTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Wed, 27 Oct 2010 14:38:43 +0000 (14:38 +0000)
SVN revision: 53919

src/lib/Elementary.h.in

index ef8ca9f..5969df0 100644 (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);