2008-08-27 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.Desktop.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" name="/node">
3 <interface name="org.freedesktop.atspi.Desktop">
4   <tp:property name="childCount" type="i" access="read">
5   <tp:docstring>
6     The number of children contained by this object.
7   </tp:docstring>
8   </tp:property>
9   <method name="getChildren">
10     <tp:docstring>
11       Get the Accessible children of this object.
12     </tp:docstring>
13     <arg direction="out" type="as" tp:type="AccessibleSet">
14     <tp:docstring>
15       The Accessible children of this object.
16     </tp:docstring>
17     </arg>
18   </method>
19   <method name="getChildAtIndex">
20     <tp:docstring>
21             Get the accessible child of this object at <code>index</code>.
22     </tp:docstring>
23     <arg direction="in" name="index" type="i">
24     <tp:docstring>
25       An parameter indicating which child is requested (zero-indexed).
26     </tp:docstring>
27     </arg>
28     <arg direction="out" type="s" tp:type="Accessible">
29     <tp:docstring>
30       The 'nth' Accessible child of this object.
31     </tp:docstring>
32     </arg>
33   </method>
34 </interface>
35 </node>