summaryrefslogtreecommitdiff
path: root/atspi/atspi-private.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-02-01 17:39:34 -0600
committerMike Gorse <mgorse@suse.com>2014-02-01 17:39:34 -0600
commit6395af932862454ed292d3623c18c59218ecbe7e (patch)
tree2ec4836e29c31d9fd79768ee19bcc04e5abb8903 /atspi/atspi-private.h
parent2554a07c0bbee7defef5b2fca3a420d6cf42a770 (diff)
downloadat-spi2-core-6395af932862454ed292d3623c18c59218ecbe7e.tar.gz
Allow caching of data sent with events and requesting such data
Add atspi_event_listener_register_full, to request that particular data be sent with an event, and cache the data for the duration of the event callback. This also extends the D-Bus protocol, adding an a{sv} to an event to send this data along, but we will still read events without this array added for backwards compatibility (and compatibilllity with QT-AT-SPI, which does not send this data for now). https://bugzilla.gnome.org/show_bug.cgi?id=708695
Diffstat (limited to 'atspi/atspi-private.h')
-rw-r--r--atspi/atspi-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atspi/atspi-private.h b/atspi/atspi-private.h
index b3f5682d..2cf56937 100644
--- a/atspi/atspi-private.h
+++ b/atspi/atspi-private.h
@@ -34,6 +34,7 @@
#include "glib/gi18n.h"
#include "atspi.h"
+#include "atspi-accessible-private.h"
G_BEGIN_DECLS
void _atspi_reregister_device_listeners ();