diff options
author | Andy Williams <andy@andywilliams.me> | 2016-01-20 23:37:15 +0000 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2016-01-20 23:37:15 +0000 |
commit | c4cd3f19bfc64ec8a7068c28a0ddc662fd9e76a7 (patch) | |
tree | fb75c254c732eabe836e0a73ecc3770b215ee8bf /src/lib/efreet/Efreet_Mime.h | |
parent | 50a62880848cecec3efbc2377a0170ba62f4d665 (diff) |
[efreet] document NULL return possibility.
If file is not found then NULL is the fallback
Diffstat (limited to '')
-rw-r--r-- | src/lib/efreet/Efreet_Mime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efreet/Efreet_Mime.h b/src/lib/efreet/Efreet_Mime.h index cbde578876..4ffac14a79 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); | |||
61 | 61 | ||
62 | /** | 62 | /** |
63 | * @param file The file to find the mime type | 63 | * @param file The file to find the mime type |
64 | * @return Mime type as a string. | 64 | * @return Mime type as a string or NULL if the file doesn't exist. |
65 | * @brief Retrieve the mime type of a file | 65 | * @brief Retrieve the mime type of a file |
66 | */ | 66 | */ |
67 | EAPI const char *efreet_mime_type_get(const char *file); | 67 | EAPI const char *efreet_mime_type_get(const char *file); |