From 4ef7602216b5b518f3cb29de9f570807755a3520 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 11 Jul 2011 11:20:37 +0000 Subject: [PATCH] Evas textblock: Fixed an error in docs. SVN revision: 61234 --- legacy/evas/src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 11372ecc20..659b294f6f 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -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;