summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-07-01 14:32:23 -0500
committerMike Gorse <mgorse@suse.com>2013-07-01 14:32:23 -0500
commitd402265f4f92474d1a20ad3f55d0405724031214 (patch)
tree1390f94f96e44a61e88c7d52488a009d2b35b3d6 /atspi/atspi-misc.h
parentfeb130feb6e8df6228ddbe0054f035725a8ee70a (diff)
downloadat-spi2-core-d402265f4f92474d1a20ad3f55d0405724031214.tar.gz
Add atspi_set_main_context
Add a function to allow at-spi2-atk to set the main context that is used when adding idle handlers (ie, process_deferred_messages, which is used to prevent new events from being sent to the AT while other events are being processed). Also bump version to 2.9.4.
Diffstat (limited to 'atspi/atspi-misc.h')
-rw-r--r--atspi/atspi-misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/atspi/atspi-misc.h b/atspi/atspi-misc.h
index 4e9677ec..f13596fd 100644
--- a/atspi/atspi-misc.h
+++ b/atspi/atspi-misc.h
@@ -43,6 +43,9 @@ atspi_get_a11y_bus ();
void
atspi_set_timeout (gint val, gint startup_time);
+void
+atspi_set_main_context (GMainContext *cnx);
+
gchar * atspi_role_get_name (AtspiRole role);
G_END_DECLS