Temporary commit. Non working changes to the registration
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.Tree.xml
index f0164a9..23ddb35 100644 (file)
@@ -1,25 +1,5 @@
-<node name="/node" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
-       <tp:title>AT-SPI - Assistive Technology Service Provider Interface </tp:title>
-       <tp:copyright>Copyright 2008 Codethink Ltd.</tp:copyright>
-       <tp:copyright>Copyright 2008 Novell, Inc.</tp:copyright>
-       <tp:copyright>Copyright 2001 Sun Microsystems Inc.</tp:copyright>
-       <tp:license xmlns="http://www.w3.org/1999/xhtml">
-               <p>This library is free software; you can redistribute it and/or
-               modify it under the terms of the GNU Library General Public
-               License as published by the Free Software Foundation; either
-               version 2 of the License, or (at your option) any later version.</p>
-       
-               <p>This library is distributed in the hope that it will be useful,
-               but WITHOUT ANY WARRANTY; without even the implied warranty of
-               MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Library General Public License for more details.</p>
-
-               <p>You should have received a copy of the GNU Library General Public
-               License along with this library; if not, write to the
-               Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-               Boston, MA 02111-1307, USA.</p>
-       </tp:license>
-
+<?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">
@@ -95,7 +81,7 @@
                                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>
                                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="a(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>