From 35154978443fd1131d908bf3519342c07ff5c416 Mon Sep 17 00:00:00 2001 From: cedric Date: Wed, 1 Jun 2011 15:00:55 +0000 Subject: [PATCH] evas: make Vincent happy. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59875 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index e3625ed..d8ab095 100644 --- a/src/lib/Evas.h +++ b/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. */ -- 2.7.4