_atspi-dbus_call_partial: Check for error.
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.h
index 0d84ad6..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 ();
@@ -36,4 +38,10 @@ int atspi_exit ();
 
 DBusConnection *
 atspi_get_a11y_bus ();
+
+void
+atspi_set_timeout (gint val, gint startup_time);
+
+G_END_DECLS
+
 #endif /* _ATSPI_MISC_H_ */