/**
- * @defgroup CAPI_EFL_EXTENSION_MODULE Efl Extension
+ * @defgroup CAPI_EFL_EXTENSION_MODULE Efl Extension (Deprecated)
* @brief This module provides functionalities to enhance the EFL libraries.
* @ingroup CAPI_UI_FRAMEWORK
* @section EFL_EXTENSION_GROUP_HEADER Required Header
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
+ * @deprecated Deprecated since 10.0.
* @defgroup EFL_EXTENSION_EVENTS_GROUP Efl Extension Event
* @ingroup CAPI_EFL_EXTENSION_MODULE
* @brief This module provides functionalities to handle back/send key events.
*/
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that sends back key events to the popup
* to be removed.
*
}
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that sends back key events to the ctxpopup
* to be dismissed.
*
}
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that sends more key events to the naviframe
* top item.
*
}
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that pop the naviframe item.
*
* @details Naviframe will be popped when naviframe has the back key event
}
/**
+ * @deprecated Deprecated since 10.0.
* Identifier of callbacks to be set for Ea events.
*
* @see eext_object_event_callback_add()
} Eext_Callback_Type;
/**
+ * @deprecated Deprecated since 10.0.
* @brief Ea event callback function signature.
* @param[in] data user data
* @param[in] obj target object
typedef void (*Eext_Event_Cb)(void *data, Evas_Object *obj, void *event_info);
/**
+ * @deprecated Deprecated since 10.0.
* @brief Delete a callback function from an object.
*
* @details This function removes the most recently added callback from the
* @elseif WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void *eext_object_event_callback_del(Evas_Object *obj, Eext_Callback_Type type, Eext_Event_Cb func);
+EAPI void *eext_object_event_callback_del(Evas_Object *obj, Eext_Callback_Type type, Eext_Event_Cb func) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @brief Add (register) a callback function to a given evas object.
*
* @details This function adds a function callback to an object when the key
* @elseif WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_object_event_callback_add(Evas_Object *obj, Eext_Callback_Type type, Eext_Event_Cb func, void *data);
+EAPI void eext_object_event_callback_add(Evas_Object *obj, Eext_Callback_Type type, Eext_Event_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that cancels the selection of the entry.
*
* @param[in] data user data
}
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that registers back key callback for entry.
*
* @details If the selection handler should be canceled when back key event is
}
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that clears back key callback for entry.
*
* @param[in] data user data
}
/**
+ * @deprecated Deprecated since 10.0.
* @brief Convenient macro function that handle the back event to cancel the
* selection handler of the entry.
* @details If the selection handler should be canceled (or not) when back key
* @param[in] x The x coordinate gesture event starts at
* @param[in] y The y coordinate gesture event starts at
*/
-EAPI void eext_gesture_event_dispatch(Eext_Gesture_Event_Type type, int x, int y);
+EAPI void eext_gesture_event_dispatch(Eext_Gesture_Event_Type type, int x, int y) TIZEN_DEPRECATED_API;
/**
* @}
* limitations under the License.
*/
+
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
#include "eext_floatingbutton_eo.legacy.h"
/**
+ * @deprecated Deprecated since 10.0.
* @MOBILE_ONLY
*
* @brief Add a new floatingbutton to the parent
*
* @ingroup Floatingbutton
*/
-EAPI Evas_Object *eext_floatingbutton_add(Evas_Object *parent);
+EAPI Evas_Object *eext_floatingbutton_add(Evas_Object *parent) TIZEN_DEPRECATED_API;
/**
* @brief Set the floatingbutton position
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_OBJECT_MODULE Efl Extension Circle Object
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Circle Object Mirrored State.
*
} Eext_Circle_Mirrored_State;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the line width of the circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_line_width_set(Evas_Object *obj, int line_width);
+EAPI void eext_circle_object_line_width_set(Evas_Object *obj, int line_width) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the line width of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI int eext_circle_object_line_width_get(const Evas_Object *obj);
+EAPI int eext_circle_object_line_width_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the angle in degree of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_angle_set(Evas_Object *obj, double angle);
+EAPI void eext_circle_object_angle_set(Evas_Object *obj, double angle) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the angle in degree of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_angle_get(const Evas_Object *obj);
+EAPI double eext_circle_object_angle_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the angle offset of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_angle_offset_set(Evas_Object *obj, double angle_offset);
+EAPI void eext_circle_object_angle_offset_set(Evas_Object *obj, double angle_offset) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the angle offset of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_angle_offset_get(const Evas_Object *obj);
+EAPI double eext_circle_object_angle_offset_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the minimum and maximum angle for the circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_angle_min_max_set(Evas_Object *obj, double min_angle, double max_angle);
+EAPI void eext_circle_object_angle_min_max_set(Evas_Object *obj, double min_angle, double max_angle) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the minimum and maximum angle of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_angle_min_max_get(const Evas_Object *obj, double *min_angle, double *max_angle);
+EAPI void eext_circle_object_angle_min_max_get(const Evas_Object *obj, double *min_angle, double *max_angle) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the minimum and maximum value for the circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_value_min_max_set(Evas_Object *obj, double min_value, double max_value);
+EAPI void eext_circle_object_value_min_max_set(Evas_Object *obj, double min_value, double max_value) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the minimum and maximum value of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_value_min_max_get(const Evas_Object *obj, double *min_value, double *max_value);
+EAPI void eext_circle_object_value_min_max_get(const Evas_Object *obj, double *min_value, double *max_value) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the value of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_value_set(Evas_Object *obj, double value);
+EAPI void eext_circle_object_value_set(Evas_Object *obj, double value) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the value of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_value_get(const Evas_Object *obj);
+EAPI double eext_circle_object_value_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the color of circle line and font in a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_color_set(Evas_Object *obj, int r, int g, int b, int a);
+EAPI void eext_circle_object_color_set(Evas_Object *obj, int r, int g, int b, int a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get color of circle line and font color in a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_color_get(const Evas_Object *obj, int *r, int *g, int *b, int *a);
+EAPI void eext_circle_object_color_get(const Evas_Object *obj, int *r, int *g, int *b, int *a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set circle radius of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_radius_set(Evas_Object *obj, double radius);
+EAPI void eext_circle_object_radius_set(Evas_Object *obj, double radius) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get circle radius of a given circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_radius_get(const Evas_Object *obj);
+EAPI double eext_circle_object_radius_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the disabled state of the circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_disabled_set(Evas_Object *obj, Eina_Bool disabled);
+EAPI void eext_circle_object_disabled_set(Evas_Object *obj, Eina_Bool disabled) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the disabled state of the circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eina_Bool eext_circle_object_disabled_get(Evas_Object *obj);
+EAPI Eina_Bool eext_circle_object_disabled_get(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object *eext_circle_object_add(Evas_Object *parent, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_add(Evas_Object *parent, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the line width of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_line_width_set(Evas_Object *obj, const char *item_name, int line_width);
+EAPI void eext_circle_object_item_line_width_set(Evas_Object *obj, const char *item_name, int line_width) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the line width of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI int eext_circle_object_item_line_width_get(const Evas_Object *obj, const char *item_name);
+EAPI int eext_circle_object_item_line_width_get(const Evas_Object *obj, const char *item_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the angle in degree of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_angle_set(Evas_Object *obj, const char *item_name, double angle);
+EAPI void eext_circle_object_item_angle_set(Evas_Object *obj, const char *item_name, double angle) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the angle in degree of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_item_angle_get(const Evas_Object *obj, const char *item_name);
+EAPI double eext_circle_object_item_angle_get(const Evas_Object *obj, const char *item_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the angle offset of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_angle_offset_set(Evas_Object *obj, const char *item_name, double angle_offset);
+EAPI void eext_circle_object_item_angle_offset_set(Evas_Object *obj, const char *item_name, double angle_offset) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the angle offset of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_item_angle_offset_get(const Evas_Object *obj, const char *item_name);
+EAPI double eext_circle_object_item_angle_offset_get(const Evas_Object *obj, const char *item_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the minimum and maximum angle for the item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_angle_min_max_set(Evas_Object *obj, const char *item_name, double min_angle, double max_angle);
+EAPI void eext_circle_object_item_angle_min_max_set(Evas_Object *obj, const char *item_name, double min_angle, double max_angle) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the minimum and maximum angle of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_angle_min_max_get(const Evas_Object *obj, const char *item_name, double *min_angle, double *max_angle);
+EAPI void eext_circle_object_item_angle_min_max_get(const Evas_Object *obj, const char *item_name, double *min_angle, double *max_angle) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the minimum and maximum value for the item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_value_min_max_set(Evas_Object *obj, const char *item_name, double min_value, double max_value);
+EAPI void eext_circle_object_item_value_min_max_set(Evas_Object *obj, const char *item_name, double min_value, double max_value) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the minimum and maximum value of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_value_min_max_get(const Evas_Object *obj, const char *item_name, double *min_value, double *max_value);
+EAPI void eext_circle_object_item_value_min_max_get(const Evas_Object *obj, const char *item_name, double *min_value, double *max_value) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the value of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_value_set(Evas_Object *obj, const char *item_name, double value);
+EAPI void eext_circle_object_item_value_set(Evas_Object *obj, const char *item_name, double value) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the value of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_item_value_get(const Evas_Object *obj, const char *item_name);
+EAPI double eext_circle_object_item_value_get(const Evas_Object *obj, const char *item_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the color of circle line and font in a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_color_set(Evas_Object *obj, const char *item_name, int r, int g, int b, int a);
+EAPI void eext_circle_object_item_color_set(Evas_Object *obj, const char *item_name, int r, int g, int b, int a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get color of circle line and font color in a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_color_get(const Evas_Object *obj, const char *item_name, int *r, int *g, int *b, int *a);
+EAPI void eext_circle_object_item_color_get(const Evas_Object *obj, const char *item_name, int *r, int *g, int *b, int *a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set circle radius of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_item_radius_set(Evas_Object *obj, const char *item_name, double radius);
+EAPI void eext_circle_object_item_radius_set(Evas_Object *obj, const char *item_name, double radius) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get circle radius of a given item of circle object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_item_radius_get(const Evas_Object *obj, const char *item_name);
+EAPI double eext_circle_object_item_radius_get(const Evas_Object *obj, const char *item_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set mirrored state of a given circle object.
*
* @if WEARABLE @since_tizen 3.0
* @endif
*/
-EAPI void eext_circle_object_mirrored_set(const Evas_Object *obj, Eext_Circle_Mirrored_State state);
+EAPI void eext_circle_object_mirrored_set(const Evas_Object *obj, Eext_Circle_Mirrored_State state) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get mirrored state of a given circle object.
*
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_DATETIME_MODULE Efl Extension Circle Datetime
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle datetime object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object *eext_circle_object_datetime_add(Evas_Object *datetime, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_datetime_add(Evas_Object *datetime, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_GENGRID_MODULE Efl Extension Circle Gengrid
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle gengrid object.
*
* @if WEARABLE @since_tizen 5.5
* @endif
*/
-EAPI Evas_Object *eext_circle_object_gengrid_add(Evas_Object *gengrid, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_gengrid_add(Evas_Object *gengrid, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the scrollbar visibility policy.
*
* @if WEARABLE @since_tizen 5.5
* @endif
*/
-EAPI void eext_circle_object_gengrid_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v);
+EAPI void eext_circle_object_gengrid_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the scrollbar visibility policy.
*
* @if WEARABLE @since_tizen 5.5
* @endif
*/
-EAPI void eext_circle_object_gengrid_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v);
+EAPI void eext_circle_object_gengrid_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_GENLIST_MODULE Efl Extension Circle Genlist
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle genlist object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object *eext_circle_object_genlist_add(Evas_Object *genlist, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_genlist_add(Evas_Object *genlist, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the scrollbar visibility policy.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_genlist_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v);
+EAPI void eext_circle_object_genlist_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the scrollbar visibility policy.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_genlist_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v);
+EAPI void eext_circle_object_genlist_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_PROGRESSBAR_MODULE Efl Extension Circle Progressbar
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle progressbar to a given surface.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object *eext_circle_object_progressbar_add(Evas_Object *parent, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_progressbar_add(Evas_Object *parent, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_SCROLLER_MODULE Efl Extension Circle Scroller
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle scroller object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object *eext_circle_object_scroller_add(Evas_Object *scroller, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_scroller_add(Evas_Object *scroller, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the scrollbar visibility policy.
*
*/
EAPI void eext_circle_object_scroller_policy_set(Evas_Object *obj,
Elm_Scroller_Policy policy_h,
- Elm_Scroller_Policy policy_v);
+ Elm_Scroller_Policy policy_v) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the scrollbar visibility policy.
*
*/
EAPI void eext_circle_object_scroller_policy_get(const Evas_Object *obj,
Elm_Scroller_Policy *policy_h,
- Elm_Scroller_Policy *policy_v);
+ Elm_Scroller_Policy *policy_v) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_SLIDER_MODULE Efl Extension Circle Slider
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle slider object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object *eext_circle_object_slider_add(Evas_Object *parent, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_slider_add(Evas_Object *parent, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the step value of the circle slider object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_circle_object_slider_step_set(Evas_Object *obj, double step);
+EAPI void eext_circle_object_slider_step_set(Evas_Object *obj, double step) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the step value of the circle slider object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI double eext_circle_object_slider_step_get(const Evas_Object *obj);
+EAPI double eext_circle_object_slider_step_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_SPINNER_MODULE Efl Extension Circle Spinner
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle spinner object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object *eext_circle_object_spinner_add(Evas_Object *spinner, Eext_Circle_Surface *surface);
+EAPI Evas_Object *eext_circle_object_spinner_add(Evas_Object *spinner, Eext_Circle_Surface *surface) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the circle spinner angle per each spinner value.
*
* @endif
*/
-EAPI void eext_circle_object_spinner_angle_set(Evas_Object *obj, double angle);
+EAPI void eext_circle_object_spinner_angle_set(Evas_Object *obj, double angle) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @WEARABLE_ONLY
* @defgroup CAPI_EFL_EXTENSION_CIRCLE_UI_MODULE Efl Extension Circle UI
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @typedef Eext_Circle_Surface
* @brief The structure of circle surface to render a connected circle object.
typedef struct _Eext_Circle_Surface Eext_Circle_Surface;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle surface to the given comformant.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Circle_Surface *eext_circle_surface_conformant_add(Evas_Object *conform);
+EAPI Eext_Circle_Surface *eext_circle_surface_conformant_add(Evas_Object *conform) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle surface to the given layout.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Circle_Surface *eext_circle_surface_layout_add(Evas_Object *layout);
+EAPI Eext_Circle_Surface *eext_circle_surface_layout_add(Evas_Object *layout) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new circle surface to the given naviframe.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Circle_Surface *eext_circle_surface_naviframe_add(Evas_Object *naviframe);
+EAPI Eext_Circle_Surface *eext_circle_surface_naviframe_add(Evas_Object *naviframe) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Delete the given circle surface.
*
# endif
#endif /* ! _WIN32 */
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
+
#ifdef __cplusplus
extern "C" {
#endif
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Enumeration of rotary direction
*
EAPI void eext_rotary_event_changed_callback_del(Eext_Rotary_Event_Changed_Cb cb);
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Rotary event information structure
*
} Eext_Rotary_Event_Info;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Rotary object event callback function signature
*
typedef Eina_Bool (*Eext_Rotary_Event_Cb)(void *data, Evas_Object *obj, Eext_Rotary_Event_Info *info);
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Rotary event handler function signature
*
typedef Eina_Bool (*Eext_Rotary_Handler_Cb)(void *data, Eext_Rotary_Event_Info *info);
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @def EEXT_CALLBACK_PRIORITY_BEFORE
* Slightly more prioritized than default.
#define EEXT_CALLBACK_PRIORITY_BEFORE -100
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @def EEXT_CALLBACK_PRIORITY_DEFAULT
* Default callback priority level
#define EEXT_CALLBACK_PRIORITY_DEFAULT 0
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @def EEXT_CALLBACK_PRIORITY_AFTER
* Slightly less prioritized than default.
#define EEXT_CALLBACK_PRIORITY_AFTER 100
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @typedef Eext_Callback_Priority
*
typedef short Eext_Callback_Priority;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add (register) a rotary event callback for evas object @a obj.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eina_Bool eext_rotary_object_event_callback_add(Evas_Object *obj, Eext_Rotary_Event_Cb func, void *data);
+EAPI Eina_Bool eext_rotary_object_event_callback_add(Evas_Object *obj, Eext_Rotary_Event_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add (register) a rotary event callback for evas object @a obj
* with priority @a priority.
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eina_Bool eext_rotary_object_event_callback_priority_add(Evas_Object *obj, Eext_Callback_Priority priority, Eext_Rotary_Event_Cb func, void *data);
+EAPI Eina_Bool eext_rotary_object_event_callback_priority_add(Evas_Object *obj, Eext_Callback_Priority priority, Eext_Rotary_Event_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Remove registered rotary event callback from evas object @a obj.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void *eext_rotary_object_event_callback_del(Evas_Object *obj, Eext_Rotary_Event_Cb func);
+EAPI void *eext_rotary_object_event_callback_del(Evas_Object *obj, Eext_Rotary_Event_Cb func) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add (register) a handler for rotary event.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eina_Bool eext_rotary_event_handler_add(Eext_Rotary_Handler_Cb func, void *data);
+EAPI Eina_Bool eext_rotary_event_handler_add(Eext_Rotary_Handler_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Remove registered rotary event handler.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void *eext_rotary_event_handler_del(Eext_Rotary_Handler_Cb func);
+EAPI void *eext_rotary_event_handler_del(Eext_Rotary_Handler_Cb func) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set an object @a obj as activated object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_object_event_activated_set(Evas_Object *obj, Eina_Bool activated);
+EAPI void eext_rotary_object_event_activated_set(Evas_Object *obj, Eina_Bool activated) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the activated status of the given object.
*
* @if WEARABLE @since_tizen 5.5
* @endif
*/
-EAPI Eina_Bool eext_rotary_object_event_activated_get(Evas_Object *obj);
+EAPI Eina_Bool eext_rotary_object_event_activated_get(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the activated object which can receive the current rotary event.
*
*
* @since_tizen 5.5
*/
-EAPI Evas_Object *eext_rotary_event_activated_object_get();
+EAPI Evas_Object *eext_rotary_event_activated_object_get() TIZEN_DEPRECATED_API;
/**
* @}
#endif
/**
+ * @deprecated Deprecated since 10.0.
* @defgroup CAPI_EFL_EXTENSION_COMMON_UI_MODULE Efl Extension Common UI
* @ingroup CAPI_EFL_EXTENSION_MODULE
* @brief This module provides common ui-controls which are compatible for various devices.
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @defgroup CAPI_EFL_EXTENSION_INDEX_LAYOUT_MODULE Efl Extension Index Layout
* @ingroup CAPI_EFL_EXTENSION_COMMON_UI_MODULE
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new index layout to the given parent
* Elementary object.
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object* eext_index_layout_add(Evas_Object *parent);
+EAPI Evas_Object* eext_index_layout_add(Evas_Object *parent) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Append a new item on a given index layout.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_index_layout_item_append(Evas_Object *obj, const char *text, Evas_Smart_Cb func, void *data);
+EAPI Eext_Object_Item* eext_index_layout_item_append(Evas_Object *obj, const char *text, Evas_Smart_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Prepend a new item on a given index layout.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_index_layout_item_prepend(Evas_Object *obj, const char *text, Evas_Smart_Cb func, void *data);
+EAPI Eext_Object_Item* eext_index_layout_item_prepend(Evas_Object *obj, const char *text, Evas_Smart_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Insert a new item into the index object before the input index layout item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_index_layout_item_insert_before(Evas_Object *obj, Eext_Object_Item *before, const char *text, Evas_Smart_Cb func, void *data);
+EAPI Eext_Object_Item* eext_index_layout_item_insert_before(Evas_Object *obj, Eext_Object_Item *before, const char *text, Evas_Smart_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Insert a new item into the index object after the input index layout item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_index_layout_item_insert_after(Evas_Object *obj, Eext_Object_Item *after, const char *text, Evas_Smart_Cb func, void *data);
+EAPI Eext_Object_Item* eext_index_layout_item_insert_after(Evas_Object *obj, Eext_Object_Item *after, const char *text, Evas_Smart_Cb func, void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Remove all items from a given index layout object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_index_layout_items_clear(Evas_Object *obj);
+EAPI void eext_index_layout_items_clear(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Delete an item which is the given index layout item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_index_layout_item_del(Eext_Object_Item *item);
+EAPI void eext_index_layout_item_del(Eext_Object_Item *item) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Find a given index widget's item using item data.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_index_layout_item_find(Evas_Object *obj, const void *data);
+EAPI Eext_Object_Item* eext_index_layout_item_find(Evas_Object *obj, const void *data) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the last selected item, for a given index layout object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_index_layout_selected_item_get(Evas_Object *obj);
+EAPI Eext_Object_Item* eext_index_layout_selected_item_get(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the selected state of an item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_index_layout_selected_item_set(Eext_Object_Item *item);
+EAPI void eext_index_layout_selected_item_set(Eext_Object_Item *item) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the text to the given index layout item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_index_layout_item_text_set(Eext_Object_Item *item, const char *text);
+EAPI void eext_index_layout_item_text_set(Eext_Object_Item *item, const char *text) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the text (string) set on a given index layout item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI const char* eext_index_layout_item_text_get(Eext_Object_Item *item);
+EAPI const char* eext_index_layout_item_text_get(Eext_Object_Item *item) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @defgroup CAPI_EFL_EXTENSION_MORE_OPTION_MODULE Efl Extension More Option
* @ingroup CAPI_EFL_EXTENSION_COMMON_UI_MODULE
} Eext_More_Option_Direction;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new more option.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object * eext_more_option_add(Evas_Object *parent);
+EAPI Evas_Object * eext_more_option_add(Evas_Object *parent) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the direction of more option.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_more_option_direction_set(Evas_Object *obj, Eext_More_Option_Direction direction);
+EAPI void eext_more_option_direction_set(Evas_Object *obj, Eext_More_Option_Direction direction) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get @ref Eext_More_Option_Direction.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_More_Option_Direction eext_more_option_direction_get(const Evas_Object *obj);
+EAPI Eext_More_Option_Direction eext_more_option_direction_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
* @WEARABLE_ONLY
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item * eext_more_option_item_append(Evas_Object *obj);
+EAPI Eext_Object_Item * eext_more_option_item_append(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief prepend a new item to a more option.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item * eext_more_option_item_prepend(Evas_Object *obj);
+EAPI Eext_Object_Item * eext_more_option_item_prepend(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Insert a new item into the more option after more option item @a after.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item * eext_more_option_item_insert_after(Evas_Object *obj, Eext_Object_Item *after);
+EAPI Eext_Object_Item * eext_more_option_item_insert_after(Evas_Object *obj, Eext_Object_Item *after) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Insert a new item into the more option before more option item @a before.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item * eext_more_option_item_insert_before(Evas_Object *obj, Eext_Object_Item *before);
+EAPI Eext_Object_Item * eext_more_option_item_insert_before(Evas_Object *obj, Eext_Object_Item *before) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Delete an item which is the given more option item @a item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_more_option_item_del(Eext_Object_Item *item);
+EAPI void eext_more_option_item_del(Eext_Object_Item *item) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Remove all items from a given more option object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_more_option_items_clear(Evas_Object *obj);
+EAPI void eext_more_option_items_clear(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the text of a more option object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_more_option_item_part_text_set(Eext_Object_Item *item, const char *part_name, const char *text);
+EAPI void eext_more_option_item_part_text_set(Eext_Object_Item *item, const char *part_name, const char *text) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the text of a more option object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI const char * eext_more_option_item_part_text_get(const Eext_Object_Item *item, const char *part_name);
+EAPI const char * eext_more_option_item_part_text_get(const Eext_Object_Item *item, const char *part_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the translatable text of a more option object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_more_option_item_domain_translatable_part_text_set(Eext_Object_Item *item, const char *part_name, const char *domain, const char *text);
+EAPI void eext_more_option_item_domain_translatable_part_text_set(Eext_Object_Item *item, const char *part_name, const char *domain, const char *text) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the content to the part of a given container widget.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_more_option_item_part_content_set(Eext_Object_Item *item, const char *part_name, Evas_Object *content);
+EAPI void eext_more_option_item_part_content_set(Eext_Object_Item *item, const char *part_name, Evas_Object *content) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the content from the part of a given container widget.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object * eext_more_option_item_part_content_get(const Eext_Object_Item *item, const char *part_name);
+EAPI Evas_Object * eext_more_option_item_part_content_get(const Eext_Object_Item *item, const char *part_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the visibility of more option view.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_more_option_opened_set(Evas_Object *obj, Eina_Bool opened);
+EAPI void eext_more_option_opened_set(Evas_Object *obj, Eina_Bool opened) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get whether the more option is set to be shown or to be hidden.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eina_Bool eext_more_option_opened_get(Evas_Object *obj);
+EAPI Eina_Bool eext_more_option_opened_get(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the list of all items from a given more option object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI const Eina_List* eext_more_option_items_get(const Evas_Object *obj);
+EAPI const Eina_List* eext_more_option_items_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get whether the more option object edit mode is enabled or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI Eina_Bool eext_more_option_editing_enabled_get(const Evas_Object *obj);
+EAPI Eina_Bool eext_more_option_editing_enabled_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set whether the more option object edit mode is enabled or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI void eext_more_option_editing_enabled_set(Evas_Object *obj, Eina_Bool enabled);
+EAPI void eext_more_option_editing_enabled_set(Evas_Object *obj, Eina_Bool enabled) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get whether item(s) can be added in the edit mode or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI Eina_Bool eext_more_option_add_item_enabled_get(const Evas_Object *obj);
+EAPI Eina_Bool eext_more_option_add_item_enabled_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set whether item(s) can be added in the edit mode or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI void eext_more_option_add_item_enabled_set(Evas_Object *obj, Eina_Bool enabled);
+EAPI void eext_more_option_add_item_enabled_set(Evas_Object *obj, Eina_Bool enabled) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get whether the item can be deleted in the edit mode or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI Eina_Bool eext_more_option_item_delete_enabled_get(const Eext_Object_Item *item);
+EAPI Eina_Bool eext_more_option_item_delete_enabled_get(const Eext_Object_Item *item) TIZEN_DEPRECATED_API;
-/**
+/**inc/wearable/efl_extension_more_option.h
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set whether the item can be deleted in the edit mode or not.
* By default, it is enabled.
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI void eext_more_option_item_delete_enabled_set(Eext_Object_Item *item, Eina_Bool enabled);
+EAPI void eext_more_option_item_delete_enabled_set(Eext_Object_Item *item, Eina_Bool enabled) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @defgroup CAPI_EFL_EXTENSION_POPUP_MODULE Efl Extension Popup
* @ingroup CAPI_EFL_EXTENSION_COMMON_UI_MODULE
*/
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
- * @brief Add a new eext popup. The scroller of eext popup
+ * @brief Add a new eext popup. The scroller of eext popupcd
* is controlled by the rotary event.
*
* @param[in] parent The parent object
*
* @since_tizen 5.5
*/
-EAPI Evas_Object* eext_popup_add(Evas_Object *parent);
+EAPI Evas_Object* eext_popup_add(Evas_Object *parent) TIZEN_DEPRECATED_API;
/**
* @}
extern "C" {
#endif
+#ifndef TIZEN_DEPRECATED_API
+# ifdef TIZEN_DEPRECATION
+# define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+# else
+# define TIZEN_DEPRECATED_API
+# endif
+#endif
+
/**
* @defgroup CAPI_EFL_EXTENSION_ROTARY_SELECTOR_MODULE Efl Extension Rotary Selector
* @ingroup CAPI_EFL_EXTENSION_COMMON_UI_MODULE
} Eext_Rotary_Selector_Item_State;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Add a new Rotary Selector.
* @details Because the return value is the elm_layout handle,
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object* eext_rotary_selector_add(Evas_Object *parent);
+EAPI Evas_Object* eext_rotary_selector_add(Evas_Object *parent) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Append a new item to a rotary selector.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_rotary_selector_item_append(Evas_Object *obj);
+EAPI Eext_Object_Item* eext_rotary_selector_item_append(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Prepend a new item to a rotary selector.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item * eext_rotary_selector_item_prepend(Evas_Object *obj);
+EAPI Eext_Object_Item * eext_rotary_selector_item_prepend(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Insert a new item into a rotary selector after rotary selector item @a after.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item * eext_rotary_selector_item_insert_after(Evas_Object *obj, Eext_Object_Item *after);
+EAPI Eext_Object_Item * eext_rotary_selector_item_insert_after(Evas_Object *obj, Eext_Object_Item *after) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Insert a new item into a rotary selector before rotary selector item @a before.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item * eext_rotary_selector_item_insert_before(Evas_Object *obj, Eext_Object_Item *before);
+EAPI Eext_Object_Item * eext_rotary_selector_item_insert_before(Evas_Object *obj, Eext_Object_Item *before) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Delete an item which is the given rotary selector item.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_item_del(Eext_Object_Item *item);
+EAPI void eext_rotary_selector_item_del(Eext_Object_Item *item) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Remove all items from a given rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_items_clear(Evas_Object *obj);
+EAPI void eext_rotary_selector_items_clear(Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the text of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_item_part_text_set(Eext_Object_Item *item, const char *part_name, const char *text);
+EAPI void eext_rotary_selector_item_part_text_set(Eext_Object_Item *item, const char *part_name, const char *text) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the text of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI const char* eext_rotary_selector_item_part_text_get(const Eext_Object_Item *item, const char *part_name);
+EAPI const char* eext_rotary_selector_item_part_text_get(const Eext_Object_Item *item, const char *part_name) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the translatable text of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_item_domain_translatable_part_text_set(Eext_Object_Item *item, const char *part_name, const char *domain, const char *text);
+EAPI void eext_rotary_selector_item_domain_translatable_part_text_set(Eext_Object_Item *item, const char *part_name, const char *domain, const char *text) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the content at a part of a given container widget.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_item_part_content_set(Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state, Evas_Object *content);
+EAPI void eext_rotary_selector_item_part_content_set(Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state, Evas_Object *content) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the content at a part of a given container widget.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object* eext_rotary_selector_item_part_content_get(const Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state);
+EAPI Evas_Object* eext_rotary_selector_item_part_content_get(const Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the content at a part of a given container widget.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_part_content_set(Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state, Evas_Object *content);
+EAPI void eext_rotary_selector_part_content_set(Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state, Evas_Object *content) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the content from the part of the given container widget.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Evas_Object* eext_rotary_selector_part_content_get(const Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state);
+EAPI Evas_Object* eext_rotary_selector_part_content_get(const Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the item part color of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_item_part_color_set(Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state, int r, int g, int b, int a);
+EAPI void eext_rotary_selector_item_part_color_set(Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state, int r, int g, int b, int a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the item part color of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_item_part_color_get(const Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state, int *r, int *g, int *b, int *a);
+EAPI void eext_rotary_selector_item_part_color_get(const Eext_Object_Item *item, const char *part_name, Eext_Rotary_Selector_Item_State state, int *r, int *g, int *b, int *a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the selector part color of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_part_color_set(Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state, int r, int g, int b, int a);
+EAPI void eext_rotary_selector_part_color_set(Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state, int r, int g, int b, int a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the selector part color of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_part_color_get(const Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state, int *r, int *g, int *b, int *a);
+EAPI void eext_rotary_selector_part_color_get(const Evas_Object *obj, const char *part_name, Eext_Rotary_Selector_Selector_State state, int *r, int *g, int *b, int *a) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set the selected item of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI void eext_rotary_selector_selected_item_set(Evas_Object *obj, Eext_Object_Item *item);
+EAPI void eext_rotary_selector_selected_item_set(Evas_Object *obj, Eext_Object_Item *item) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the selected item of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI Eext_Object_Item* eext_rotary_selector_selected_item_get(const Evas_Object *obj);
+EAPI Eext_Object_Item* eext_rotary_selector_selected_item_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get the rotary selector item list of a rotary selector object.
*
* @if WEARABLE @since_tizen 2.3.1
* @endif
*/
-EAPI const Eina_List* eext_rotary_selector_items_get(const Evas_Object *obj);
+EAPI const Eina_List* eext_rotary_selector_items_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get whether the rotary selector edit mode is enabled or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI Eina_Bool eext_rotary_selector_editing_enabled_get(const Evas_Object *obj);
+EAPI Eina_Bool eext_rotary_selector_editing_enabled_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set whether the rotary selector edit mode is enabled or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI void eext_rotary_selector_editing_enabled_set(Evas_Object *obj, Eina_Bool enabled);
+EAPI void eext_rotary_selector_editing_enabled_set(Evas_Object *obj, Eina_Bool enabled) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get whether item(s) can be added in the edit mode or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI Eina_Bool eext_rotary_selector_add_item_enabled_get(const Evas_Object *obj);
+EAPI Eina_Bool eext_rotary_selector_add_item_enabled_get(const Evas_Object *obj) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set whether item(s) can be added in the edit mode or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI void eext_rotary_selector_add_item_enabled_set(Evas_Object *obj, Eina_Bool enabled);
+EAPI void eext_rotary_selector_add_item_enabled_set(Evas_Object *obj, Eina_Bool enabled) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Set whether the item can be deleted in the edit mode or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI void eext_rotary_selector_item_delete_enabled_set(Eext_Object_Item *item, Eina_Bool enabled);
+EAPI void eext_rotary_selector_item_delete_enabled_set(Eext_Object_Item *item, Eina_Bool enabled) TIZEN_DEPRECATED_API;
/**
+ * @deprecated Deprecated since 10.0.
* @WEARABLE_ONLY
* @brief Get whether the item can be deleted in the edit mode or not.
*
* @if WEARABLE @since_tizen 4.0
* @endif
*/
-EAPI Eina_Bool eext_rotary_selector_item_delete_enabled_get(const Eext_Object_Item *item);
+EAPI Eina_Bool eext_rotary_selector_item_delete_enabled_get(const Eext_Object_Item *item) TIZEN_DEPRECATED_API;
/**
* @}