From 7fca35d848aba2472009880e7f588590567fbb4f Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 28 Mar 2013 10:15:11 +0900 Subject: [PATCH] evas - updated doc --- src/lib/evas/Evas.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index e6ce153e4e..b56ae79875 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h @@ -9218,6 +9218,9 @@ EAPI Eina_Bool evas_object_image_source_unset(Evas_Object *o * By this API, instead, one can toggle the visibility of a proxy's source * object remaining the proxy visibility untouched. * + * @warning If the all of proxies are deleted, then the source visibility of the + * source object will be cancelled. + * * @see evas_object_image_source_visible_get() * @see evas_object_image_source_set() * @see evas_object_show()