summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-06-05 10:05:50 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-06-05 10:05:50 +0000
commitba5d8401256642abbddc579153a1ce1f34aab3b3 (patch)
tree58149fbf3b248e7bdd87e0613beabf61c85e8976
parent58541c4a6cca86ce22dc29d32270262a127ed4e3 (diff)
downloadatk-ba5d8401256642abbddc579153a1ce1f34aab3b3.tar.gz
Slightly improved docs in atktext.c
-rwxr-xr-xatk/atktext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index e509dd3..78d2961 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -260,7 +260,8 @@ atk_text_get_text_before_offset (AtkText *text,
*
* Gets the offset position of the caret (cursor).
*
- * Returns: the offset position of the caret (cursor).
+ * Returns: the offset position of the caret (cursor), or -1 if
+ * one does not exist (or is not supported by the widget).
**/
gint
atk_text_get_caret_offset (AtkText *text)