From: raster Date: Mon, 28 Nov 2011 05:37:41 +0000 (+0000) Subject: 2 functions had pure specified when it shouldn't be for those. X-Git-Tag: 2.0_alpha~162^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f10b5063e51c43729647dfa3edd216d70c4bfafb;p=framework%2Fuifw%2Fevas.git 2 functions had pure specified when it shouldn't be for those. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65635 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 049593e..5898290 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -2696,7 +2696,7 @@ EAPI int evas_image_cache_get (const Evas *e) EINA_WA * * @since 1.1 */ -EAPI Eina_Bool evas_image_max_size_get (const Evas *e, int *maxw, int *maxh) EINA_ARG_NONNULL(1) EINA_PURE; +EAPI Eina_Bool evas_image_max_size_get (const Evas *e, int *maxw, int *maxh) EINA_ARG_NONNULL(1); /** * @} @@ -11268,7 +11268,7 @@ EAPI void evas_object_grid_size_set (Evas_ * @see evas_object_grid_size_set() * @since 1.1.0 */ -EAPI void evas_object_grid_size_get (const Evas_Object *o, int *w, int *h) EINA_ARG_NONNULL(1) EINA_PURE; +EAPI void evas_object_grid_size_get (const Evas_Object *o, int *w, int *h) EINA_ARG_NONNULL(1); /** * Sets the mirrored mode of the grid. In mirrored mode the grid items go