From: nash Date: Wed, 9 Feb 2011 21:36:07 +0000 (+0000) Subject: Add header for image proxy. X-Git-Tag: accepted/2.0/20130306.225542~242^2~1050 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=faff84ac128332b4395c42572800604a5df3f7d3;p=profile%2Fivi%2Fevas.git Add header for image proxy. Not sure why this didn't merge then either. No changelog since it's adding a missing header. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56880 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 2fc71ea..4d7de15 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -2098,6 +2098,11 @@ struct _Evas_Smart_Cb_Description EAPI Eina_List *evas_object_table_children_get (const Evas_Object *o) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC; EAPI Evas_Object *evas_object_table_child_get (const Evas_Object *o, unsigned short col, unsigned short row) EINA_ARG_NONNULL(1); + EAPI Eina_Bool evas_object_image_source_set (Evas_Object *o, Evas_Object *source); + EAPI Evas_Object *evas_object_image_source_get (Evas_Object *o); + EAPI Eina_Bool evas_object_image_source_unset (Evas_Object *o); + + /** * @defgroup Evas_Proxy Evas Proxy Objects *