evas: make Vincent happy.

SVN revision: 59875
This commit is contained in:
Cedric BAIL 2011-06-01 15:00:55 +00:00
parent 0e0dca586f
commit ad81c809cd
1 changed files with 2 additions and 0 deletions

View 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.
*/