summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-05-10 16:18:39 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-05-10 16:18:39 +0200
commitb4a288ac56544640c332e29ec29609c03afd8e3b (patch)
treeea497d760bfaa6cd07661798510281a2e87b11d5 /atspi/atspi-text.h
parent218af4ee001d1093c0328a55a00e0ae9e4fc3262 (diff)
downloadat-spi2-core-b4a288ac56544640c332e29ec29609c03afd8e3b.tar.gz
atspi_text_notify_reading_position: let caller specify end offset
since the screen reader may not be speaking until the end of the text.
Diffstat (limited to 'atspi/atspi-text.h')
-rw-r--r--atspi/atspi-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-text.h b/atspi/atspi-text.h
index 3afc4dda..f789adb5 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -141,7 +141,7 @@ gboolean atspi_text_scroll_substring_to (AtspiText *obj, gint start_offset, gint
gboolean atspi_text_scroll_substring_to_point (AtspiText *obj, gint start_offset, gint end_offset, AtspiCoordType coords, gint x, gint y, GError **error);
-void atspi_text_notify_reading_position (AtspiText *obj, gint offset);
+void atspi_text_notify_reading_position (AtspiText *obj, gint startOffset, gint endOffset);
G_END_DECLS
#endif /* _ATSPI_TEXT_H_ */