summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc-private.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-05-27 10:47:13 -0500
committerMike Gorse <mgorse@suse.com>2020-05-27 10:51:25 -0500
commit053af44c2a270c29ef286abdb3d0b083f05e39a6 (patch)
tree333d270c2b207bdf3edc16252872f56685947f1c /atspi/atspi-misc-private.h
parenta8e3e2ef2c3030c563183f4308aa8e63621eac64 (diff)
downloadat-spi2-core-053af44c2a270c29ef286abdb3d0b083f05e39a6.tar.gz
Use the event name when sending screen reader events over dbus
For screen reader events, look at the name of the signal and convert it, rather than hard-coding "RegionChanged." This is necessary to allow screen_reader_signal_watcher to process signals that will be added in the future. https://gitlab.gnome.org/GNOME/orca/issues/36
Diffstat (limited to 'atspi/atspi-misc-private.h')
-rw-r--r--atspi/atspi-misc-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atspi/atspi-misc-private.h b/atspi/atspi-misc-private.h
index f0b5adb7..fb78b02b 100644
--- a/atspi/atspi-misc-private.h
+++ b/atspi/atspi-misc-private.h
@@ -168,6 +168,8 @@ gboolean _atspi_set_allow_sync (gboolean val);
void _atspi_set_error_no_sync (GError **error);
gboolean _atspi_prepare_screen_reader_interface ();
+
+gchar * _atspi_strdup_and_adjust_for_dbus (const char *s);
G_END_DECLS
#endif /* _ATSPI_MISC_PRIVATE_H_ */