efreet: add doc note about stringshare reliability for efreet_mime_type_get()

This commit is contained in:
Mike Blumenkrantz 2016-08-26 10:20:45 -04:00
parent 6fce2fb80b
commit 8c3efbd174
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ EAPI int efreet_mime_shutdown(void);
* @param file The file to find the mime type
* @return Mime type as a string or NULL if the file doesn't exist.
* @brief Retrieve the mime type of a file
* @note The return value of this function is not guaranteed to be stringshared.
*/
EAPI const char *efreet_mime_type_get(const char *file);