From 2e14dcd16f43144222385b01157ab408f0a02a4c Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Sun, 5 May 2019 11:15:19 -0500 Subject: Add atspi_text_notify_read_position https://gitlab.gnome.org/GNOME/at-spi2-core/issues/10 --- atspi/atspi-text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'atspi/atspi-text.h') diff --git a/atspi/atspi-text.h b/atspi/atspi-text.h index 05b99dc4..fcc4259c 100644 --- a/atspi/atspi-text.h +++ b/atspi/atspi-text.h @@ -141,6 +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); G_END_DECLS #endif /* _ATSPI_TEXT_H_ */ -- cgit v1.2.1