Slightly improved docs in atktext.c
authorBrian Cameron <bcameron@src.gnome.org>
Tue, 5 Jun 2001 10:05:50 +0000 (10:05 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Tue, 5 Jun 2001 10:05:50 +0000 (10:05 +0000)
atk/atktext.c

index e509dd3..78d2961 100755 (executable)
@@ -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)