Add header for image proxy.

Not sure why this didn't merge then either.
No changelog since it's adding a missing header.

SVN revision: 56880
This commit is contained in:
Brett Nash 2011-02-09 21:36:07 +00:00
parent 178cda4124
commit 1415635f94
1 changed files with 5 additions and 0 deletions

View File

@ -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
*