2 functions had pure specified when it shouldn't be for those.

SVN revision: 65635
This commit is contained in:
Carsten Haitzler 2011-11-28 05:37:41 +00:00
parent af33528af8
commit ef98c28a61
1 changed files with 2 additions and 2 deletions

View File

@ -2696,7 +2696,7 @@ EAPI int evas_image_cache_get (const Evas *e) EINA_WA
* *
* @since 1.1 * @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() * @see evas_object_grid_size_set()
* @since 1.1.0 * @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 * Sets the mirrored mode of the grid. In mirrored mode the grid items go