evas: make Vincent happy.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Jun 2011 15:00:55 +0000 (15:00 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Jun 2011 15:00:55 +0000 (15:00 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59875 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index e3625ed..d8ab095 100644 (file)
@@ -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.
  */