2009-07-06 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / accessible-register.h
index 9256874..b238af7 100644 (file)
@@ -36,6 +36,14 @@ AtkObject *
 atk_dbus_path_to_object (const char *path);
 
 gchar *
+atk_dbus_object_attempt_registration (AtkObject *accessible);
+
+gchar *
 atk_dbus_object_to_path (AtkObject *accessible);
 
+gchar *
+atk_dbus_desktop_object_path ();
+
+gchar *
+atk_dbus_ref_to_path (guint ref);
 #endif /* ACCESSIBLE_REGISTER */