efl api release - fix @since in new elm config apis

This commit is contained in:
Carsten Haitzler 2016-08-12 22:51:07 +09:00 committed by Stefan Schmidt
parent c57d893768
commit 6a6f039db2
1 changed files with 2 additions and 0 deletions

View File

@ -961,6 +961,7 @@ EAPI void elm_config_scale_set(double scale);
*
* @return the icon theme to use
* @ingroup Elm_Icon
* @since 1.18
*/
EAPI const char *elm_config_icon_theme_get(void);
@ -973,6 +974,7 @@ EAPI const char *elm_config_icon_theme_get(void);
*
* @param the name of a freedesktop.org icon theme or ELM_CONFIG_ICON_THEME_ELEMENTARY
* @ingroup Elm_Icon
* @since 1.18
*/
EAPI void elm_config_icon_theme_set(const char *theme);