summaryrefslogtreecommitdiff
path: root/atspi/atspi-editabletext.c
diff options
context:
space:
mode:
authorAline Bessa <alibezz@gmail.com>2011-08-11 01:22:12 -0300
committerMike Gorse <mgorse@novell.com>2011-08-23 21:26:00 -0500
commitfadd0be0a4869a6b5d6f2af439b4c21f5da3cb5e (patch)
treef48b5ed0c6a57222cb068c18b034017b92896846 /atspi/atspi-editabletext.c
parent1fdf541b21925ba96523257ef7ad4ef059d7f96b (diff)
downloadat-spi2-core-fadd0be0a4869a6b5d6f2af439b4c21f5da3cb5e.tar.gz
Adding more documentation to length parameter at atspi_editable_text_insert_text
Diffstat (limited to 'atspi/atspi-editabletext.c')
-rw-r--r--atspi/atspi-editabletext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atspi/atspi-editabletext.c b/atspi/atspi-editabletext.c
index 58ac7152..6bbff91a 100644
--- a/atspi/atspi-editabletext.c
+++ b/atspi/atspi-editabletext.c
@@ -88,7 +88,8 @@ atspi_editable_text_set_text_contents (AtspiEditableText *obj,
* @text: a string representing the text to insert, in UTF-8 encoding.
* @length: the number of characters of text to insert. If the character
* count of text is less than or equal to length, the entire contents
- * of text will be inserted.
+ * of text will be inserted. Passing -1 indicates that the whole string
+ * should be inserted.
*
* Inserts text into an #AtspiEditableText object.
* As with all character offsets, the specified @position may not be the