efl api release - fix @since in new elm config apis
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 12 Aug 2016 13:51:07 +0000 (22:51 +0900)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 12 Aug 2016 16:04:54 +0000 (18:04 +0200)
src/lib/elementary/elm_config.h

index 9c0a2ad..0472052 100644 (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);