From: raster Date: Fri, 19 Dec 2008 14:44:47 +0000 (+0000) Subject: doc++ X-Git-Tag: 2.0_alpha~194^2~1689 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19b0deb1370eb4122fa35de1a2d8f35ef64a26fe;p=framework%2Fuifw%2Fecore.git doc++ git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@38229 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_evas/ecore_evas_util.c b/src/lib/ecore_evas/ecore_evas_util.c index 65e15d9..9b03401 100644 --- a/src/lib/ecore_evas/ecore_evas_util.c +++ b/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