evas: and some doc for the 60000 commits :-)
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Jun 2011 17:49:58 +0000 (17:49 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Jun 2011 17:49:58 +0000 (17:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@60000 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index e2d78ce..d7ba2c6 100644 (file)
@@ -2848,7 +2848,12 @@ EAPI void              evas_object_color_get             (const Evas_Object *obj
  */
 EAPI Evas             *evas_object_evas_get              (const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;
 
-   EAPI const char       *evas_object_type_get              (const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;
+/**
+ * Retrieves the object type of the given evas object.
+ * @param obj The given object.
+ * @return The type of the object.
+ */
+EAPI const char       *evas_object_type_get              (const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;
 
 
 /**