move ref_accessible function to public scope
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.h
index f8df0a9..e39d7b8 100644 (file)
@@ -29,6 +29,7 @@
 G_BEGIN_DECLS
 
 int atspi_init (void);
+gboolean atspi_is_initialized (void);
 
 void atspi_event_main ();
 
@@ -42,7 +43,13 @@ 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_ */