From: cedric Date: Mon, 6 Jun 2011 17:49:58 +0000 (+0000) Subject: evas: and some doc for the 60000 commits :-) X-Git-Tag: accepted/2.0/20130306.225542~242^2~504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4f7c9afaceec1df9ca10394009cd09ac3c5a972;p=profile%2Fivi%2Fevas.git evas: and some doc for the 60000 commits :-) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@60000 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index e2d78ce..d7ba2c6 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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; /**