Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_entry.c 


Log Message:
Documentation fixes from Nick.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_entry.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_entry.c 28 Mar 2005 03:53:08 -0000      1.8
+++ ewl_entry.c 28 Mar 2005 04:14:44 -0000      1.9
@@ -324,9 +324,9 @@
  * @param e: the entry widget to prepend the text
  * @param text: the text to prepend in the entry widget @a e
  * @return Returns no value.
- * @brief Append text to a entry widget
+ * @brief Prepend text to a entry widget
  *
- * Appends text to the entry widget @a e.
+ * Prepends text to the entry widget @a e.
  */
 void ewl_entry_text_prepend(Ewl_Entry * e, char *text)
 {
@@ -349,9 +349,9 @@
  * @param text: the text to insert in the entry widget @a e 
  * @param index: the index into the text to start inserting new text
  * @return Returns no value.
- * @brief Append text to a entry widget
+ * @brief Insert text to a entry widget
  *
- * Appends text to the entry widget @a e.
+ * Inserts text to the entry widget @a e.
  */
 void ewl_entry_text_insert(Ewl_Entry * e, char *text, int index)
 {




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to