_atspi-dbus_call_partial: Check for error.
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.h
index 2d3b3f4..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 ();
@@ -38,5 +40,8 @@ DBusConnection *
 atspi_get_a11y_bus ();
 
 void
-atspi_set_timeout (gint val);
+atspi_set_timeout (gint val, gint startup_time);
+
+G_END_DECLS
+
 #endif /* _ATSPI_MISC_H_ */