elm_object: update doc.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 13 Mar 2015 08:24:07 +0000 (17:24 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 13 Mar 2015 08:24:07 +0000 (17:24 +0900)
remove redundant note.

src/lib/elm_object.h

index 2efb3e2..81896c1 100644 (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