From a38ab7590d11aae4d43070872dc46f29e5a73f6b Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 19 Dec 2008 14:44:47 +0000 Subject: [PATCH] doc++ SVN revision: 38229 --- legacy/ecore/src/lib/ecore_evas/ecore_evas_util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_util.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_util.c index 65e15d97fd..9b03401755 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_util.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_util.c @@ -240,6 +240,9 @@ _ecore_evas_object_evas_check(const char *function, const Ecore_Evas *ee, const * - ECORE_EVAS_OBJECT_ASSOCIATE_LAYER: stacking operations will act * on the Ecore_Evas, not the object. So evas_object_layer_set() will * call ecore_evas_layer_set(). + * - ECORE_EVAS_OBJECT_ASSOCIATE_DEL: the object delete will delete the + * ecore_evas as well as delete_requests on the ecore_evas will delete + * etc. * * @param ee The Ecore_Evas to associate to @a obj * @param obj The object to associate to @a ee