From ad81c809cd961ac813b48847ba02f5582ed4ce8d Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 1 Jun 2011 15:00:55 +0000 Subject: [PATCH] evas: make Vincent happy. SVN revision: 59875 --- legacy/evas/src/lib/Evas.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index e3625ede0f..d8ab0956da 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -5241,6 +5241,7 @@ EAPI Eina_Bool evas_object_image_source_unset (Evas_Obj * * @param file The file to check * @return EINA_TRUE if we may be able to opeen it, EINA_FALSE if it's unlikely. + * @since 1.1.0 * * If file is a Eina_Stringshare, use directly @ref evas_object_image_extension_can_load_fast_get. * @@ -5253,6 +5254,7 @@ EAPI Eina_Bool evas_object_image_extension_can_load_get(const char *file); * * @param file The file to check, it should be an Eina_Stringshare. * @return EINA_TRUE if we may be able to opeen it, EINA_FALSE if it's unlikely. + * @since 1.1.0 * * This functions is threadsafe. */