evas - fixed typo

SVN revision: 78328
This commit is contained in:
ChunEon Park 2012-10-22 10:28:52 +00:00
parent c28a3c83dc
commit 347730a0c5
1 changed files with 1 additions and 1 deletions

View File

@ -8984,7 +8984,7 @@ EAPI void evas_object_image_alpha_mask_set(Evas_Object
*
* @see evas_object_image_source_get()
* @see evas_object_image_source_unset()
* @see evas_object_image_source_render_set()
* @see evas_object_image_source_visible_set()
*/
EAPI Eina_Bool evas_object_image_source_set(Evas_Object *obj, Evas_Object *src) EINA_ARG_NONNULL(1);