Add GetChildren to Accessible introspection
authorMike Gorse <mgorse@novell.com>
Wed, 16 Jun 2010 21:01:49 +0000 (17:01 -0400)
committerMike Gorse <mgorse@novell.com>
Wed, 16 Jun 2010 21:01:49 +0000 (17:01 -0400)
atk-adaptor/introspection.c

index a4db1f2..76c228f 100644 (file)
@@ -26,7 +26,10 @@ 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\">"