export depcreated user dir

SVN revision: 54581
This commit is contained in:
Sebastian Dransfeld 2010-11-16 10:32:01 +00:00
parent bc008e3a93
commit e4c39fa555
2 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,7 @@ efreet_icon_shutdown(void)
* @return Returns the user icon directory
* @brief Returns the user icon directory
*/
static const char *
EAPI const char *
efreet_icon_deprecated_user_dir_get(void)
{
const char *user;

View File

@ -142,6 +142,7 @@ struct Efreet_Icon_Point
};
EAPI const char *efreet_icon_user_dir_get(void);
EAPI const char *efreet_icon_deprecated_user_dir_get(void);
EAPI void efreet_icon_extension_add(const char *ext);
EAPI Eina_List **efreet_icon_extra_list_get(void);