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