summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2015-04-16 11:58:30 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2015-04-16 11:58:30 -0400
commit366597b2cb385875f8dcc0a172509e5f70c85a4a (patch)
treed12cb5c19c34b50e0063d6051105b800a96c1f3c
parent292ad0575e3a98c63d55b7686c9f09fdb8c2ab4c (diff)
downloadelementary-366597b2cb385875f8dcc0a172509e5f70c85a4a.tar.gz
win: add note for (mis)users of elm_win_window_id_get()
this function has a very small use case. if you are outside of this use case, use a different function.
-rw-r--r--src/lib/elm_win_legacy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h
index 9729d8bfb..42bd66223 100644
--- a/src/lib/elm_win_legacy.h
+++ b/src/lib/elm_win_legacy.h
@@ -218,6 +218,8 @@ EAPI void elm_win_wm_rotation_preferred_rotation_set(const Evas
*
* @ingroup Win
* @since 1.8
+ * @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.
*/
EAPI Ecore_Window elm_win_window_id_get(const Evas_Object *obj);