improve eina_str_convert_len docs

This commit is contained in:
Mike Blumenkrantz 2013-05-30 07:41:55 +01:00
parent fd7d1f9f98
commit 29a4edb274
1 changed files with 2 additions and 1 deletions

View File

@ -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,