applied API Deprecation Policy
[platform/core/api/efl-util.git] / include / efl_util.h.in
index 2508d67..b705e43 100644 (file)
@@ -134,7 +134,7 @@ API int efl_util_get_notification_window_level(Evas_Object *window, efl_util_not
 typedef void (*efl_util_notification_window_level_error_cb)(Evas_Object *window, int error_code, void *user_data);
 
 /**
- * @deprecated Deprecated since 3.0.
+ * @deprecated Deprecated since 3.0. Use the return value of efl_util_set_notification_window_level() instead.
  * @brief Registers a callback function to be invoked when an error which set the notification level occurs.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks An application can check error by the return value of efl_util_set_notification_window_level since 3.0.
@@ -149,10 +149,10 @@ typedef void (*efl_util_notification_window_level_error_cb)(Evas_Object *window,
  * @see efl_util_unset_notification_window_level_error_cb()
  * @see efl_util_notification_window_level_error_cb()
  */
-API int efl_util_set_notification_window_level_error_cb(Evas_Object *window, efl_util_notification_window_level_error_cb callback, void *user_data);
+API int efl_util_set_notification_window_level_error_cb(Evas_Object *window, efl_util_notification_window_level_error_cb callback, void *user_data) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 3.0.
+ * @deprecated Deprecated since 3.0. Use the return value of efl_util_set_notification_window_level() instead.
  * @brief Unregisters the callback function.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks An application can check error by the return value of efl_util_set_notification_window_level since 3.0.
@@ -162,7 +162,7 @@ API int efl_util_set_notification_window_level_error_cb(Evas_Object *window, efl
  * @retval #EFL_UTIL_ERROR_INVALID_PARAMETER Invalid parameter
  * @see efl_util_set_notification_window_level_error_cb()
  */
-API int efl_util_unset_notification_window_level_error_cb(Evas_Object *window);
+API int efl_util_unset_notification_window_level_error_cb(Evas_Object *window) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Sets the alpha window's visual state to opaque state
@@ -229,7 +229,7 @@ $TZ_CFG_KEEP_BEGIN$
 typedef void (*efl_util_window_screen_mode_error_cb)(Evas_Object *window, int error_code, void *user_data);
 
 /**
- * @deprecated Deprecated since 3.0.
+ * @deprecated Deprecated since 3.0. Use the return value of efl_util_set_window_screen_mode() instead.
  * @brief Registers a callback function to be invoked when an error which set the screen mode.
  * @since_tizen 2.4
  * @remarks An application can check error by the return value of efl_util_set_window_screen_mode since 3.0.
@@ -244,10 +244,10 @@ typedef void (*efl_util_window_screen_mode_error_cb)(Evas_Object *window, int er
  * @see efl_util_unset_window_screen_mode_error_cb()
  * @see efl_util_window_screen_mode_error_cb()
  */
-API int efl_util_set_window_screen_mode_error_cb(Evas_Object *window, efl_util_window_screen_mode_error_cb callback, void *user_data);
+API int efl_util_set_window_screen_mode_error_cb(Evas_Object *window, efl_util_window_screen_mode_error_cb callback, void *user_data) TIZEN_DEPRECATED_API;
 
 /**
- * @deprecated Deprecated since 3.0.
+ * @deprecated Deprecated since 3.0. Use the return value of efl_util_set_window_screen_mode() instead.
  * @brief Unregisters the callback function.
  * @since_tizen 2.4
  * @remarks An application can check error by the return value of efl_util_set_window_screen_mode since 3.0.
@@ -257,7 +257,7 @@ API int efl_util_set_window_screen_mode_error_cb(Evas_Object *window, efl_util_w
  * @retval #EFL_UTIL_ERROR_INVALID_PARAMETER Invalid parameter
  * @see efl_util_set_window_screen_mode_error_cb()
  */
-API int efl_util_unset_window_screen_mode_error_cb(Evas_Object *window);
+API int efl_util_unset_window_screen_mode_error_cb(Evas_Object *window) TIZEN_DEPRECATED_API;
 $TZ_CFG_KEEP_END$
 
 /**