Evas textblock: Fixed an error in docs.
authorTom Hacohen <tom@stosb.com>
Mon, 11 Jul 2011 11:20:37 +0000 (11:20 +0000)
committerTom Hacohen <tom@stosb.com>
Mon, 11 Jul 2011 11:20:37 +0000 (11:20 +0000)
SVN revision: 61234

legacy/evas/src/lib/Evas.h

index 11372ec..659b294 100644 (file)
@@ -7142,7 +7142,7 @@ EAPI const char                  *evas_textblock_escape_string_get(const char *e
 /**
  * Returns the escaped version of the string.
  * @param string to escape
- * @param len_ret the len of the new escape
+ * @param len_ret the len of the part of the string that was used.
  * @return the escaped string.
  */
 EAPI const char                  *evas_textblock_string_escape_get(const char *string, int *len_ret) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;