[at-spi2-core] Add GetChildren to the spec



commit 7c0e556eb1e28b4b5e93d99bb72276a7dde37961
Author: Mike Gorse <mgorse novell com>
Date:   Tue Jun 15 08:40:34 2010 -0400

    Add GetChildren to the spec

 xml/Accessible.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index f09f9fb..743255c 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -18,6 +18,11 @@
     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
   </method>
 
+  <method name="GetChildren">
+    <arg direction="out" type="a(so)"/>
+    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReferenceArray"/>
+  </method>
+
   <method name="GetIndexInParent">
     <arg direction="out" type="i"/>
   </method>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]