In GetItems, unref objects in two passes
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / introspection.c
index 76c228f..22c3115 100644 (file)
@@ -26,10 +26,12 @@ const char *spi_org_a11y_atspi_Accessible =
 "  <method name=\"GetChildAtIndex\">"
 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
 "    <arg direction=\"out\" type=\"(so)\" />"
+"    "
 "  </method>"
 ""
 "  <method name=\"GetChildren\">"
 "    <arg direction=\"out\" type=\"a(so)\" />"
+"    "
 "  </method>"
 ""
 "  <method name=\"GetIndexInParent\">"
@@ -118,6 +120,10 @@ const char *spi_org_a11y_atspi_Application =
 "    <arg direction=\"out\" type=\"s\" />"
 "  </method>"
 ""
+"  <method name=\"GetApplicationBusAddress\">"
+"    <arg direction=\"out\" type=\"s\" />"
+"  </method>"
+""
 "</interface>"
 "";