From: Michael BOUCHAUD Date: Tue, 13 Dec 2011 17:00:43 +0000 (+0000) Subject: evas: ooops X-Git-Tag: submit/devel/efl/20131022.203902~7185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3d4c1b249cbd3412eb11b0d90e43b5d39436f30;p=platform%2Fupstream%2Fefl.git evas: ooops SVN revision: 66171 --- diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index cbe0073..0ce3b48 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -7065,7 +7065,7 @@ EAPI void evas_object_image_load_region_set (Evas_Obj * * @see evas_object_image_load_region_get() */ -eAPI void evas_object_image_load_region_get (const Evas_Object *obj, int *x, int *y, int *w, int *h) EINA_ARG_NONNULL(1); +EAPI void evas_object_image_load_region_get (const Evas_Object *obj, int *x, int *y, int *w, int *h) EINA_ARG_NONNULL(1); /** * Define if the orientation information in the image file should be honored.