widget item: add missing @since_tizen tag for item_focus_itme/object_set/get
[platform/upstream/elementary.git] / src / lib / elm_widget_item.eo
index 9b7e6ae..1020eea 100644 (file)
@@ -618,6 +618,10 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
            focus_next_object_get @const {
                 [[Get the next object with specific focus direction.
 
+                  \@if MOBILE \@since_tizen 2.3
+                  \@elseif WEARABLE \@since_tizen 2.3.1
+                  \@endif
+
                   @since 1.16]]
                 params {
                      dir: Elm.Focus_Direction; [[Focus direction]]
@@ -627,6 +631,10 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
            focus_next_object_set {
                 [[Set the next object with specific focus direction.
 
+                  \@if MOBILE \@since_tizen 2.3
+                  \@elseif WEARABLE \@since_tizen 2.3.1
+                  \@endif
+
                   @since 1.16]]
                 params {
                      next: Evas.Object * @nullable; [[Focus next object]]
@@ -636,6 +644,10 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
            focus_next_item_get @const {
                 [[Get the next object item with specific focus direction.
 
+                  \@if MOBILE \@since_tizen 2.3
+                  \@elseif WEARABLE \@since_tizen 2.3.1
+                  \@endif
+
                   @since 1.16]]
                 params {
                      dir: Elm.Focus_Direction; [[Focus direction]]
@@ -645,6 +657,10 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
            focus_next_item_set {
                 [[Set the next object item with specific focus direction.
 
+                  \@if MOBILE \@since_tizen 2.3
+                  \@elseif WEARABLE \@since_tizen 2.3.1
+                  \@endif
+
                   @since 1.16]]
                 params {
                      next_item: Elm_Object_Item * @nullable; [[Focus next object item]]