efl - ethumb-client - fix docs for ethumb_client_thumb_exists()

fixes T1789
This commit is contained in:
Carsten Haitzler 2014-11-03 11:55:30 +09:00
parent 10e8039be5
commit bbff7ed8f1
1 changed files with 1 additions and 1 deletions

View File

@ -1913,7 +1913,7 @@ ethumb_client_thumb_path_get(Ethumb_Client *client, const char **path, const cha
* @param client client instance. Must @b not be @c NULL and client
* must be configured with ethumb_client_file_set().
*
* @return @c EINA_TRUE if it exists, @c EINA_FALSE otherwise.
* @return @c NULL on failure, a valid Ethumb_Exists pointer otherwise
*/
EAPI Ethumb_Exists *
ethumb_client_thumb_exists(Ethumb_Client *client, Ethumb_Client_Thumb_Exists_Cb exists_cb, const void *data)