efreet: add doc note about stringshare reliability for efreet_mime_type_get()
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 26 Aug 2016 14:20:45 +0000 (10:20 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 26 Aug 2016 14:20:45 +0000 (10:20 -0400)
src/lib/efreet/Efreet_Mime.h

index 4ffac14..1e1bc2b 100644 (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);