summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2015-04-20 10:18:42 +0100
committerTom Hacohen <tom@stosb.com>2015-04-20 10:18:42 +0100
commit24323d649a946c11493dc9537317f780e4da0dfd (patch)
tree171fe48cdf6b1bdbba4bfb380576291beb34c4dc
parent34be4a0184e1fef873a794b1f4dd1ccc9544b93a (diff)
downloadelementary-24323d649a946c11493dc9537317f780e4da0dfd.tar.gz
Elm win: Add a warning to wl_id_get func.
As discussed on IRC, users of this API should be warned, as it's almost always a bad idea.
-rw-r--r--src/lib/elm_win_legacy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h
index 42bd66223..42a875f45 100644
--- a/src/lib/elm_win_legacy.h
+++ b/src/lib/elm_win_legacy.h
@@ -184,6 +184,9 @@ EAPI void elm_win_render(Evas_Object *obj);
/**
* Get the Ecore_Wl_Window of an Evas_Object
*
+ * Do not use this function if you'd like your application/library be portable.
+ * You have been warned.
+ *
* @param obj the object
*
* @return The Ecore_Wl_Window of @p obj