From: Taehyub Kim Date: Fri, 18 Aug 2017 03:17:01 +0000 (+0900) Subject: make elm_win_window_get API public X-Git-Tag: submit/tizen_3.0/20170825.055425~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e61b71f6ee2f7a09e39110045e28e5e8a42566e;p=platform%2Fupstream%2Felementary.git make elm_win_window_get API public Change-Id: Ie051cc269d79294eb693804aed6765844b1403ab --- diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h index 5caa8f59f..60b71549e 100644 --- a/src/lib/elm_win_legacy.h +++ b/src/lib/elm_win_legacy.h @@ -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. */