hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3dfaf653721dec7f5b1dd55a11471d73f7fc5053

commit 3dfaf653721dec7f5b1dd55a11471d73f7fc5053
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Fri Mar 13 17:24:07 2015 +0900

    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

-- 


Reply via email to