summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-08-26 10:20:45 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-08-26 10:20:45 -0400
commit8c3efbd174a1bbeb26a0b25c39b4d2c2768e70ff (patch)
tree394306812149b1cdd5fb5cb6c60a1cac16df98f2
parent6fce2fb80ba38ff0bc355b28f37901e377bf3f4f (diff)
downloadefl-8c3efbd174a1bbeb26a0b25c39b4d2c2768e70ff.tar.gz
efreet: add doc note about stringshare reliability for efreet_mime_type_get()
-rw-r--r--src/lib/efreet/Efreet_Mime.h1
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);
* @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);