From 3dfaf653721dec7f5b1dd55a11471d73f7fc5053 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 13 Mar 2015 17:24:07 +0900 Subject: [PATCH] elm_object: update doc. remove redundant note. --- src/lib/elm_object.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h index 2efb3e2..81896c1 100644 --- a/src/lib/elm_object.h +++ b/src/lib/elm_object.h @@ -333,13 +333,6 @@ EAPI Evas_Object *elm_object_top_widget_get(const Evas_Object *obj); /** * Get the string that represents this Elementary widget. * - * @note Elementary is weird and exposes itself as a single - * Evas_Object_Smart_Class of type "elm_widget", so - * evas_object_type_get() always return that, making debug and - * language bindings hard. This function tries to mitigate this - * problem, but the solution is to change Elementary to use - * proper inheritance. - * * @param obj the object to query. * @return Elementary widget name, or @c NULL if not a valid widget. * @ingroup WidgetNavigation -- 2.7.4