move ref_accessible function to public scope
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.h
index 7cf13c7..e39d7b8 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright 2002 Ximian, Inc.
  *           2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
  *           
  *
  * This library is free software; you can redistribute it and/or
 #ifndef _ATSPI_MISC_H_
 #define _ATSPI_MISC_H_
 
+G_BEGIN_DECLS
+
 int atspi_init (void);
+gboolean atspi_is_initialized (void);
 
 void atspi_event_main ();
 
@@ -33,4 +37,19 @@ void atspi_event_quit ();
 
 int atspi_exit ();
 
+DBusConnection *
+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);
+
+AtspiAccessible *ref_accessible(const char *app_name, const char *path);
+
+G_END_DECLS
+
 #endif /* _ATSPI_MISC_H_ */