raster pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=40563a65afe724a88b7e988121ab7a4c5d13aeb0
commit 40563a65afe724a88b7e988121ab7a4c5d13aeb0 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> 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); --