tasn pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=24323d649a946c11493dc9537317f780e4da0dfd

commit 24323d649a946c11493dc9537317f780e4da0dfd
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Apr 20 10:18:42 2015 +0100

    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.
---
 src/lib/elm_win_legacy.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h
index 42bd662..42a875f 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

-- 


Reply via email to