move ref_accessible function to public scope
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.h
index 4e9677e..e39d7b8 100644 (file)
@@ -43,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_ */