efreet: Move doc to function declaration

SVN revision: 62578
This commit is contained in:
Sebastian Dransfeld 2011-08-19 06:44:16 +00:00
parent 283e9642b5
commit 0f140cc959
1 changed files with 4 additions and 5 deletions

View File

@ -15,11 +15,6 @@
/**
* Event id for cache update.
*/
/**
* @return Returns the user icon directory
* @brief Returns the user icon directory
*/
EAPI extern int EFREET_EVENT_ICON_CACHE_UPDATE;
/**
@ -144,6 +139,10 @@ struct Efreet_Icon_Point
int y; /**< y coord */
};
/**
* @return Returns the user icon directory
* @brief Returns the user icon directory
*/
EAPI const char *efreet_icon_user_dir_get(void);
/**