From a4f7c9afaceec1df9ca10394009cd09ac3c5a972 Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 6 Jun 2011 17:49:58 +0000 Subject: [PATCH] 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 --- src/lib/Evas.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; /** -- 2.7.4