2009-06-11 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.Tree.xml
index 21e50ea..6a2e6fb 100644 (file)
@@ -1,11 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" name="/node">
-       
-       
-       
-       
-       
-
        <tp:struct name="AccessibleProxy" array-name="AccessibleProxyArray">
                <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
                        <p>The wire structure of an Accessible object proxy</p>
                                <p>Extended description of the object.</p>
                        </tp:docstring>
                </tp:member>
+
+               <tp:member type="au" tp:name="states">
+                       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+                               <p>The object's states.  Each integer contains a bitmask of 32 states (the first item contains states 0-31, and the second item contains states 32-63).</p>
+                       </tp:docstring>
+               </tp:member>
        </tp:struct>
 
        <interface name="org.freedesktop.atspi.Tree">
                                application. This should be used to create
                                a mirror of the tree of Accessibles within the AT.</p>
                        </tp:docstring>
-                       <arg name="nodes" type="a(ooaoassus)" direction="out" tp:type="AccessibleProxy[]">
+                       <arg name="nodes" type="a(ooaoassusau)" direction="out" tp:type="AccessibleProxy[]">
                                <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
                                        <p>Array of Accessible Object proxy structures.</p>
                                </tp:docstring>
                        </arg>
                </method>
 
-               <signal name="updateTree">
+               <signal name="updateAccessible">
                        <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
                                <p>Updates all mirrors. Re-sends all all the 
                                accessible objects that have changed since the last
                                updateTree signal was send</p>
                        </tp:docstring>
-                       <arg name="nodesAdded" type="a(ooaoassus)" tp:type="AccessibleProxy[]">
+                       <arg name="nodesAdded" type="(ooaoassusau)" tp:type="AccessibleProxy[]">
                                <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
                                        <p>Array of Accessible Object proxy structures to be added.</p>
                                </tp:docstring>
                        </arg>
-                       <arg name="nodesRemoved" type="ao">
+               </signal>
+
+               <signal name="removeAccessible">
+                       <arg name="nodeRemoved" type="o">
                                <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
-                                       <p>Array of Accessible Object proxy structures to be removed.</p>
+                                       <p>Accessible Object proxy structure to be removed.</p>
                                </tp:docstring>
                        </arg>
                </signal>