evas: make Vincent happy.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 1 Jun 2011 15:00:55 +0000 (15:00 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 1 Jun 2011 15:00:55 +0000 (15:00 +0000)
SVN revision: 59875

legacy/evas/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.
  */