widget item: add missing @since_tizen tag for item_focus_itme/object_set/get 74/190174/1
authorYeongjong Lee <yj34.lee@samsung.com>
Fri, 28 Sep 2018 00:16:03 +0000 (09:16 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Fri, 28 Sep 2018 00:20:04 +0000 (09:20 +0900)
@tizen_fix

Change-Id: Ia4272a4310ba55ede005d57554b6a788d2affc98

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]]