elm_object: update doc.

remove redundant note.
This commit is contained in:
ChunEon Park 2015-03-13 17:24:07 +09:00
parent a56457ac76
commit 2ffc39659b
1 changed files with 0 additions and 7 deletions

View File

@ -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