From 6a6f039db21821817c91bba5866c3c00a2574147 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 12 Aug 2016 22:51:07 +0900 Subject: [PATCH] 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 9c0a2ad21d..0472052301 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);