elm: add missing since_tizen tag 17/97517/2
authorJee-Yong Um <jc9.um@samsung.com>
Mon, 14 Nov 2016 10:35:15 +0000 (19:35 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 17 Nov 2016 08:07:49 +0000 (17:07 +0900)
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
Change-Id: I816ab8f329fe8a7da9b33590899d39169b5643ce

src/lib/elm_object.h
src/lib/elm_widget_item.eo

index 2af3161..8f56034 100644 (file)
@@ -714,8 +714,6 @@ EAPI const char* elm_object_scroll_item_valign_get(const Evas_Object *obj);
 
 //TIZEN_ONLY(20161013): clean up elm color class feature
 /**
- * @internal
- *
  * @brief Set the color of color class for the Elementary widgets.
  *
  * @note These color values are expected to be premultiplied by @p a.
@@ -729,12 +727,14 @@ EAPI const char* elm_object_scroll_item_valign_get(const Evas_Object *obj);
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_color_class_color_set(const char *color_class, int r, int g, int b, int a);
 
 /**
- * @internal
- *
  * @brief Get the color of color class for the Elementary widgets.
  *
  * @note These color values are expected to be premultiplied by @p a.
@@ -748,12 +748,14 @@ EAPI Eina_Bool        elm_color_class_color_set(const char *color_class, int r,
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_color_class_color_get(const char *color_class, int *r, int *g, int *b, int *a);
 
 /**
- * @internal
- *
  * @brief Set the second color of color class for the Elementary widgets.
  *
  * The second color is commonly used for outline of text.
@@ -769,12 +771,14 @@ EAPI Eina_Bool        elm_color_class_color_get(const char *color_class, int *r,
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_color_class_color2_set(const char *color_class, int r, int g, int b, int a);
 
 /**
- * @internal
- *
  * @brief Get the second color of color class for the Elementary widgets.
  *
  * The second color is commonly used for outline of text.
@@ -790,12 +794,14 @@ EAPI Eina_Bool        elm_color_class_color2_set(const char *color_class, int r,
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_color_class_color2_get(const char *color_class, int *r, int *g, int *b, int *a);
 
 /**
- * @internal
- *
  * @brief Set the third color of color class for the Elementary widgets.
  *
  * The third color is commonly used for shadow of text.
@@ -811,12 +817,14 @@ EAPI Eina_Bool        elm_color_class_color2_get(const char *color_class, int *r
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_color_class_color3_set(const char *color_class, int r, int g, int b, int a);
 
 /**
- * @internal
- *
  * @brief Get the third color of color class for the Elementary widgets.
  *
  * The third color is commonly used for shadow of text.
@@ -832,12 +840,14 @@ EAPI Eina_Bool        elm_color_class_color3_set(const char *color_class, int r,
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_color_class_color3_get(const char *color_class, int *r, int *g, int *b, int *a);
 
 /**
- * @internal
- *
  * @brief Set the color of color class for a given widget.
  *
  * @note These color values are expected to be premultiplied by @p a.
@@ -852,12 +862,14 @@ EAPI Eina_Bool        elm_color_class_color3_get(const char *color_class, int *r
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_object_color_class_color_set(Evas_Object *obj, const char *color_class, int r, int g, int b, int a);
 
 /**
- * @internal
- *
  * @brief Get the color of color class for a given widget.
  *
  * @note These color values are expected to be premultiplied by @p a.
@@ -872,12 +884,14 @@ EAPI Eina_Bool        elm_object_color_class_color_set(Evas_Object *obj, const c
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_object_color_class_color_get(Evas_Object *obj, const char *color_class, int *r, int *g, int *b, int *a);
 
 /**
- * @internal
- *
  * @brief Set the second color of color class for a given widget.
  *
  * The second color is commonly used for outline of text.
@@ -894,12 +908,14 @@ EAPI Eina_Bool        elm_object_color_class_color_get(Evas_Object *obj, const c
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_object_color_class_color2_set(Evas_Object *obj, const char *color_class, int r, int g, int b, int a);
 
 /**
- * @internal
- *
  * @brief Get the second color of color class for a given widget.
  *
  * The second color is commonly used for outline of text.
@@ -916,12 +932,14 @@ EAPI Eina_Bool        elm_object_color_class_color2_set(Evas_Object *obj, const
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_object_color_class_color2_get(Evas_Object *obj, const char *color_class, int *r, int *g, int *b, int *a);
 
 /**
- * @internal
- *
  * @brief Set the third color of color class for a given widget.
  *
  * The third color is commonly used for shadow of text.
@@ -938,12 +956,14 @@ EAPI Eina_Bool        elm_object_color_class_color2_get(Evas_Object *obj, const
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_object_color_class_color3_set(Evas_Object *obj, const char *color_class, int r, int g, int b, int a);
 
 /**
- * @internal
- *
  * @brief Get the third color of color class for a given widget.
  *
  * The third color is commonly used for shadow of text.
@@ -960,6 +980,10 @@ EAPI Eina_Bool        elm_object_color_class_color3_set(Evas_Object *obj, const
  * @since 1.19
  *
  * @ingroup General
+ *
+ * @if MOBILE @since_tizen 3.0
+ * @elseif WEARABLE @since_tizen 3.0
+ * @endif
  */
 EAPI Eina_Bool        elm_object_color_class_color3_get(Evas_Object *obj, const char *color_class, int *r, int *g, int *b, int *a);
 //
index 388c9a3..81bea7f 100644 (file)
@@ -533,18 +533,28 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
                 }
            }
            //TIZEN_ONLY(20161013): clean up elm color class feature
-           @property class_color @internal {
+           @property class_color {
               set {
-                [[Set the color of color class for the Elementary widget item.
+                 [[Set the color of color class for the Elementary widget item.
 
-                  Note: These color values are expected to be premultiplied by \@p a.]]
+                   Note: These color values are expected to be premultiplied by \@p a.
+
+                   \@if MOBILE \@since_tizen 3.0
+                   \@elseif WEARABLE \@since_tizen 3.0
+                   \@endif
+                 ]]
                  return: bool;
                  legacy: elm_object_item_color_class_color_set;
               }
               get {
-                [[Get the color of color class for the Elementary widget item.
+                 [[Get the color of color class for the Elementary widget item.
+
+                   Note: These color values are expected to be premultiplied by \@p a.
 
-                  Note: These color values are expected to be premultiplied by \@p a.]]
+                   \@if MOBILE \@since_tizen 3.0
+                   \@elseif WEARABLE \@since_tizen 3.0
+                   \@endif
+                 ]]
                  return: bool;
                  legacy: elm_object_item_color_class_color_get;
               }
@@ -558,22 +568,32 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
                  a: int; [[The alpha value.]]
               }
            }
-           @property class_color2 @internal {
+           @property class_color2 {
               set {
-                [[Set the second color of color class for the Elementary widget item.
+                 [[Set the second color of color class for the Elementary widget item.
+
+                   The second color is commonly used for outline of text.
 
-                  The second color is commonly used for outline of text.
+                   Note: These color values are expected to be premultiplied by \@p a.
 
-                  Note: These color values are expected to be premultiplied by \@p a.]]
+                   \@if MOBILE \@since_tizen 3.0
+                   \@elseif WEARABLE \@since_tizen 3.0
+                   \@endif
+                 ]]
                  return: bool;
                  legacy: elm_object_item_color_class_color2_set;
               }
               get {
-                [[Get the second color of color class for the Elementary widget item.
+                 [[Get the second color of color class for the Elementary widget item.
 
-                  The second color is commonly used for outline of text.
+                   The second color is commonly used for outline of text.
 
-                  Note: These color values are expected to be premultiplied by \@p a.]]
+                   Note: These color values are expected to be premultiplied by \@p a.
+
+                   \@if MOBILE \@since_tizen 3.0
+                   \@elseif WEARABLE \@since_tizen 3.0
+                   \@endif
+                 ]]
                  return: bool;
                  legacy: elm_object_item_color_class_color2_get;
               }
@@ -587,22 +607,32 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
                  a: int; [[The alpha value.]]
               }
            }
-           @property class_color3 @internal {
+           @property class_color3 {
               set {
-                [[Set the third color of color class for the Elementary widget item.
+                 [[Set the third color of color class for the Elementary widget item.
+
+                   The third color is commonly used for shadow of text.
 
-                  The third color is commonly used for shadow of text.
+                   Note: These color values are expected to be premultiplied by \@p a.
 
-                  Note: These color values are expected to be premultiplied by \@p a.]]
+                   \@if MOBILE \@since_tizen 3.0
+                   \@elseif WEARABLE \@since_tizen 3.0
+                   \@endif
+                 ]]
                  return: bool;
                  legacy: elm_object_item_color_class_color3_set;
               }
               get {
-                [[Get the third color of color class for the Elementary widget item.
+                 [[Get the third color of color class for the Elementary widget item.
+
+                   The third color is commonly used for shadow of text.
 
-                  The third color is commonly used for shadow of text.
+                   Note: These color values are expected to be premultiplied by \@p a.
 
-                  Note: These color values are expected to be premultiplied by \@p a.]]
+                   \@if MOBILE \@since_tizen 3.0
+                   \@elseif WEARABLE \@since_tizen 3.0
+                   \@endif
+                 ]]
                  return: bool;
                  legacy: elm_object_item_color_class_color3_get;
               }