[atk] Fix documentation for atk_get_text_after_offset for BOUNDARY_LINE_END



commit 00f61837ebb516435894dc4002bb7d8515d97a69
Author: Fernando Herrera <fherrera onirica com>
Date:   Wed Nov 17 14:22:44 2010 +0100

    Fix documentation for atk_get_text_after_offset for BOUNDARY_LINE_END
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635069

 atk/atktext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk/atktext.c b/atk/atktext.c
index 12a6a16..23cf800 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -300,7 +300,7 @@ atk_text_get_character_at_offset (AtkText      *text,
  * string is from the line start after the offset to the next line start.
  *
  * If the boundary_type is ATK_TEXT_BOUNDARY_LINE_END the returned string
- * is from the line end at or after the offset to the next line start.
+ * is from the line end at or after the offset to the next line end.
  *
  * Returns: the text after @offset bounded by the specified @boundary_type.
  **/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]