make elm_win_window_get API public 92/144792/2
authorTaehyub Kim <taehyub.kim@samsung.com>
Fri, 18 Aug 2017 03:17:01 +0000 (12:17 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Fri, 18 Aug 2017 04:32:10 +0000 (13:32 +0900)
Change-Id: Ie051cc269d79294eb693804aed6765844b1403ab

src/lib/elm_win_legacy.h

index 5caa8f59fe69ec55e454563c2733aab0d6d78968..60b71549e31a49e3c54dfe69d91bb8fa8d680fba 100644 (file)
@@ -277,8 +277,6 @@ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj);
 EAPI void                  elm_win_wm_rotation_preferred_rotation_set(const Evas_Object *obj, int rotation);
 
 /**
- * @internal
- *
  * Get the Ecore_Window of an Evas_Object
  *
  * When Elementary is using a Wayland engine, this function will return the surface id of the elm window's surface.
@@ -288,6 +286,8 @@ EAPI void                  elm_win_wm_rotation_preferred_rotation_set(const Evas
  *
  * @ingroup Elm_Win
  * @since 1.8
+ *
+ * @if WEARABLE @since_tizen 3.0
  * @note Unless you are getting the window id for the purpose of communicating between client<->compositor over dbus,
  * this is definitely not the function you are looking for.
  */