diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/efreet/Efreet_Mime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efreet/Efreet_Mime.h b/src/lib/efreet/Efreet_Mime.h index 4ffac14a79..1e1bc2b22b 100644 --- a/src/lib/efreet/Efreet_Mime.h +++ b/src/lib/efreet/Efreet_Mime.h | |||
@@ -63,6 +63,7 @@ EAPI int efreet_mime_shutdown(void); | |||
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 or NULL if the file doesn't exist. | 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 | * @note The return value of this function is not guaranteed to be stringshared. | ||
66 | */ | 67 | */ |
67 | EAPI const char *efreet_mime_type_get(const char *file); | 68 | EAPI const char *efreet_mime_type_get(const char *file); |
68 | 69 | ||