discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8c3efbd174a1bbeb26a0b25c39b4d2c2768e70ff
commit 8c3efbd174a1bbeb26a0b25c39b4d2c2768e70ff Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri Aug 26 10:20:45 2016 -0400 efreet: add doc note about stringshare reliability for efreet_mime_type_get() --- src/lib/efreet/Efreet_Mime.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/efreet/Efreet_Mime.h b/src/lib/efreet/Efreet_Mime.h index 4ffac14..1e1bc2b 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); --