From 29a4edb27465a9db9d717642ff8fb36255e33d4f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 30 May 2013 07:41:55 +0100 Subject: [PATCH] improve eina_str_convert_len docs --- src/lib/eina/eina_str.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/eina/eina_str.h b/src/lib/eina/eina_str.h index e083ec036f..dae592bac6 100644 --- a/src/lib/eina/eina_str.h +++ b/src/lib/eina/eina_str.h @@ -272,7 +272,8 @@ EAPI char *eina_str_convert(const char *enc_from, const char *enc_to, * @param enc_from Encoding to convert from. * @param enc_to Encoding to convert to. * @param text The text to convert. - * @param text The length of the text to convert. + * @param len The size in bytes of the text to convert. + * @param retlen The size in bytes of the converted text. * @return The converted text. * * This function converts @p text, encoded in @p enc_from. On success,