From 8b4793d57536d2cfe1d333ba5698ed2fa9cb1e56 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 6 Jun 2011 17:49:58 +0000 Subject: [PATCH] evas: and some doc for the 60000 commits :-) SVN revision: 60000 --- legacy/evas/src/lib/Evas.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index e2d78ce871..d7ba2c6995 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/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; /**