ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c4cd3f19bfc64ec8a7068c28a0ddc662fd9e76a7

commit c4cd3f19bfc64ec8a7068c28a0ddc662fd9e76a7
Author: Andy Williams <a...@andywilliams.me>
Date:   Wed Jan 20 23:37:15 2016 +0000

    [efreet] document NULL return possibility.
    
    If file is not found then NULL is the fallback
---
 src/lib/efreet/Efreet_Mime.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efreet/Efreet_Mime.h b/src/lib/efreet/Efreet_Mime.h
index cbde578..4ffac14 100644
--- a/src/lib/efreet/Efreet_Mime.h
+++ b/src/lib/efreet/Efreet_Mime.h
@@ -61,7 +61,7 @@ EAPI int         efreet_mime_shutdown(void);
 
 /**
  * @param file The file to find the mime type
- * @return Mime type as a string.
+ * @return Mime type as a string or NULL if the file doesn't exist.
  * @brief Retrieve the mime type of a file
  */
 EAPI const char *efreet_mime_type_get(const char *file);

-- 


Reply via email to