elementary - added missed @since
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 27 Mar 2014 06:43:02 +0000 (15:43 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 27 Mar 2014 06:43:02 +0000 (15:43 +0900)
src/lib/elm_object_item.h

index 9cd886c..10f3c01 100644 (file)
@@ -731,6 +731,8 @@ EAPI int                          elm_object_item_track_get(const Elm_Object_Ite
  * @param it The Elementary object item
  * @param part The style
  *
+ * @since 1.9
+ *
  * @ingroup General
  */
 EAPI void                         elm_object_item_style_set(Elm_Object_Item *it, const char *part);
@@ -741,6 +743,8 @@ EAPI void                         elm_object_item_style_set(Elm_Object_Item *it,
  * @param it The Elementary object item
  * @return The style of object item
  *
+ * @since 1.9
+ *
  * @ingroup General
  */
 EAPI const char                  *elm_object_item_style_get(Elm_Object_Item *it);