discomfitor pushed a commit to branch master.

commit 29a4edb27465a9db9d717642ff8fb36255e33d4f
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu May 30 07:41:55 2013 +0100

    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 e083ec0..dae592b 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,

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to