stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6a6f039db21821817c91bba5866c3c00a2574147
commit 6a6f039db21821817c91bba5866c3c00a2574147 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Aug 12 22:51:07 2016 +0900 efl api release - fix @since in new elm config apis --- src/lib/elementary/elm_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elementary/elm_config.h b/src/lib/elementary/elm_config.h index 9c0a2ad..0472052 100644 --- a/src/lib/elementary/elm_config.h +++ b/src/lib/elementary/elm_config.h @@ -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); --
