Revert "Add deprecated descriptions to deprecated APIs"
authorWonki Kim <wonki_.kim@samsung.com>
Mon, 15 Jan 2018 12:00:15 +0000 (21:00 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 15 Jan 2018 12:00:15 +0000 (21:00 +0900)
This reverts commit b4cf4b7665c750e0a5a2e2d875dfd958bbe2c469.

src/lib/elementary/efl_ui_win.eo
src/lib/elementary/elm_general.h
src/lib/elementary/elm_win_legacy.h

index 40fefd2..74f101d 100644 (file)
@@ -376,22 +376,10 @@ class Efl.Ui.Win (Efl.Ui.Widget, Efl.Canvas, Efl.Canvas.Pointer, Efl.Access.Wind
       }
       @property fullscreen {
          set {
-            [[Set the fullscreen state of a window.
-
-              \@if MOBILE \@since_tizen 2.3
-              \@elseif WEARABLE \@since_tizen 2.3.1
-              \@endif
-              \@deprecated Deprecated since Tizen 2.4
-            ]]
+            [[Set the fullscreen state of a window.]]
          }
          get {
-            [[Get the fullscreen state of a window.
-
-              \@if MOBILE \@since_tizen 2.3
-              \@elseif WEARABLE \@since_tizen 2.3.1
-              \@endif
-              \@deprecated Deprecated since Tizen 2.4
-            ]]
+            [[Get the fullscreen state of a window.]]
          }
          values {
             fullscreen: bool; [[If $true, the window is fullscreen.]]
@@ -404,21 +392,10 @@ class Efl.Ui.Win (Efl.Ui.Widget, Efl.Canvas, Efl.Canvas.Pointer, Efl.Access.Wind
               Hints the Window Manager that the window in $obj should be
               left fixed at its position even when the virtual desktop
               it's on moves or changes.
-
-              \@if MOBILE \@since_tizen 2.3
-              \@elseif WEARABLE \@since_tizen 2.3.1
-              \@endif
-              \@deprecated Deprecated since Tizen 2.4
             ]]
          }
          get {
-            [[Get the sticky state of the window.
-
-              \@if MOBILE \@since_tizen 2.3
-              \@elseif WEARABLE \@since_tizen 2.3.1
-              \@endif
-              \@deprecated Deprecated since Tizen 2.4
-            ]]
+            [[Get the sticky state of the window.]]
          }
          values {
             sticky: bool; [[If $true, the window's sticky state is enabled.]]
@@ -724,12 +701,6 @@ class Efl.Ui.Win (Efl.Ui.Widget, Efl.Canvas, Efl.Canvas.Pointer, Efl.Access.Wind
            Note: This is just a request that a Window Manager may ignore,
            so calling this function does not ensure in any way that the
            window will be centered afterwards.
-
-           \@if MOBILE \@since_tizen 2.3
-           \@elseif WEARABLE \@since_tizen 2.3.1
-           \@endif
-           \@deprecated Deprecated since Tizen 2.4
-
          ]]
          params {
             @in h: bool; [[If $true, center horizontally. If $false, do not change horizontal location.]]
index d81cabf..5696f3e 100644 (file)
@@ -197,7 +197,7 @@ EAPI void      elm_exit(void);
 /**
  * Exposed symbol used only by macros and should not be used by apps
  */
-EINA_DEPRECATED EAPI void      elm_quicklaunch_mode_set(Eina_Bool ql_on);
+EAPI void      elm_quicklaunch_mode_set(Eina_Bool ql_on);
 
 /**
  * Exposed symbol used only by macros and should not be used by apps
index 96afdc7..8bb32ac 100644 (file)
@@ -467,14 +467,8 @@ EAPI void *elm_win_trap_data_get(const Evas_Object *obj);
  * @param[in] override If true, the window is overridden.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override);
+EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override);
 
 /**
  * @brief Get the override state of a window.
@@ -482,14 +476,8 @@ EINA_DEPRECATED EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool overr
  * @return If true, the window is overridden.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj);
 
 /**
  * @brief Lower a window object.
@@ -512,14 +500,8 @@ EAPI void elm_win_lower(Evas_Object *obj);
  * @param[in] quickpanel The quickpanel flag.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel);
+EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel);
 
 /**
  * @brief Get if this window is a quickpanel or not.
@@ -527,28 +509,16 @@ EINA_DEPRECATED EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool qui
  * @return The quickpanel flag.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj);
 /**
  * @brief Set which zone this quickpanel should appear in.
  *
  * @param[in] zone The requested zone for this quickpanel.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone);
+EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone);
 
 /**
  * @brief Get which zone this quickpanel should appear in.
@@ -556,28 +526,16 @@ EINA_DEPRECATED EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone
  * @return The requested zone for this quickpanel.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj);
+EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj);
 /**
  * @brief Set the major priority of a quickpanel window.
  *
  * @param[in] priority The major priority for this quickpanel or -1.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority);
+EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority);
 
 /**
  * @brief Get the major priority of a quickpanel window.
@@ -585,14 +543,8 @@ EINA_DEPRECATED EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj
  * @return The major priority for this quickpanel or -1.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj);
+EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj);
 
 /**
  * @brief Set the minor priority of a quickpanel window.
@@ -600,14 +552,8 @@ EINA_DEPRECATED EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object
  * @param[in] priority The minor priority for this quickpanel.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority);
+EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority);
 
 /**
  * @brief Get the minor priority of a quickpanel window.
@@ -615,14 +561,8 @@ EINA_DEPRECATED EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj
  * @return The minor priority for this quickpanel.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj);
+EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj);
 
 /**
  * @brief Sets the indicator mode of the window.
@@ -666,14 +606,8 @@ EAPI Elm_Win_Indicator_Opacity_Mode elm_win_indicator_opacity_get(const Evas_Obj
  * @param[in] mode If true, the window is a virtual keyboard..
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard);
+EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard);
 
 /**
  * @brief Get whether the window is a keyboard
@@ -681,14 +615,8 @@ EINA_DEPRECATED EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool i
  * @return The mode, If true, the window is a virtual keyboard..
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj);
 
 /**
  * @brief Set if this window is an illume conformant window.
@@ -961,14 +889,8 @@ EAPI Eina_Bool elm_win_modal_get(const Evas_Object *obj);
  * @param[in] shaped If @c true, the window is shaped.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped);
+EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped);
 
 /**
  * @brief Get the shaped state of a window.
@@ -976,14 +898,8 @@ EINA_DEPRECATED EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped)
  * @return If @c true, the window is shaped.
  *
  * @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
  */
-EINA_DEPRECATED EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj);
 
 /**
  * @brief Set the title of the window.