From 24323d649a946c11493dc9537317f780e4da0dfd Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 20 Apr 2015 10:18:42 +0100 Subject: [PATCH] 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 -- 2.7.4