clarify docs that you must free when done.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 Jan 2012 11:29:51 +0000 (11:29 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 Jan 2012 11:29:51 +0000 (11:29 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@66744 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 617a27c..ad14cf6 100644 (file)
@@ -8830,8 +8830,10 @@ EAPI char                        *evas_textblock_cursor_range_text_get(const Eva
 /**
  * Return the content of the cursor.
  *
+ * Free the returned string pointer when done (if it is not NULL).
+ * 
  * @param cur the cursor
- * @return the text in the range
+ * @return the text in the range, terminated by a nul byte (may be utf8).
  */
 EAPI char                        *evas_textblock_cursor_content_get(const Evas_Textblock_Cursor *cur) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;