_atspi-dbus_call_partial: Check for error.
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.h
index a9c160e..c63ef80 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef _ATSPI_MISC_H_
 #define _ATSPI_MISC_H_
 
+G_BEGIN_DECLS
+
 int atspi_init (void);
 
 void atspi_event_main ();
@@ -34,4 +36,12 @@ void atspi_event_quit ();
 
 int atspi_exit ();
 
+DBusConnection *
+atspi_get_a11y_bus ();
+
+void
+atspi_set_timeout (gint val, gint startup_time);
+
+G_END_DECLS
+
 #endif /* _ATSPI_MISC_H_ */