GNOME Bugzilla – Bug 635069
wrong documentation for atk_text_get_text_after_offset
Last modified: 2010-11-30 02:59:21 UTC
Docs for atk_text_get_text_after_offset for ATK_TEXT_BOUNDARY_LINE_END say: 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. and should say: 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 end. that is what the implemntation does and to match start -> start, end -> end pattern in all the other functions (before_offset and at_offset).
Created attachment 174678 [details] [review] Patch fixing docs
Review of attachment 174678 [details] [review]: The patch is OK with me.
Comment on attachment 174678 [details] [review] Patch fixing docs commit 00f61837ebb516435894dc4002bb7d8515d97a69
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.