summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-05-05 16:20:08 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-05-05 16:20:08 -0500
commit218af4ee001d1093c0328a55a00e0ae9e4fc3262 (patch)
treeede93395199f76603d7a2c525ef67e05a134ac5c /atspi/atspi-text.h
parent2e14dcd16f43144222385b01157ab408f0a02a4c (diff)
downloadat-spi2-core-218af4ee001d1093c0328a55a00e0ae9e4fc3262.tar.gz
More updates related to reading position notifications
Allow a client to receive notifications through AtspiEventListeners. This involves special casing, since the event is generated by the screen reader, not the GUI, and is, thus, handled by a different DBus interface, but, from the client's perspective, it looks like a normal AT-SPI event. Also renamed atspi_text_notify_read_position to atspi_text_notify_reading_position and fixed a few warnings.
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 fcc4259c..3afc4dda 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_read_position (AtspiText *obj, gint offset);
+void atspi_text_notify_reading_position (AtspiText *obj, gint offset);
G_END_DECLS
#endif /* _ATSPI_TEXT_H_ */