2008-08-15 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
4
5
6
7
8 <interface name="org.freedesktop.atspi.Desktop">
9   <tp:property name="childCount" type="i" access="read">
10   <tp:docstring>
11     childCount: the number of children contained by this object.
12   </tp:docstring>
13   </tp:property>
14   <method name="getChildren">
15     <tp:docstring>
16       Get the accessible children of this object.
17     </tp:docstring>
18     <arg direction="out" type="as" tp:type="AccessibleSet">
19     <tp:docstring>
20       the ::Accessible children of this object.
21     </tp:docstring>
22     </arg>
23   </method>
24   <method name="getChildAtIndex">
25     <tp:docstring>
26       Get the accessible child of this object at \c index.
27     </tp:docstring>
28     <arg direction="in" name="index" type="i">
29     <tp:docstring>
30       an in parameter indicating which child is requested (zero-indexed).
31     </tp:docstring>
32     </arg>
33     <arg direction="out" type="s" tp:type="Accessible">
34     <tp:docstring>
35       the 'nth' ::Accessible child of this object.
36     </tp:docstring>
37     </arg>
38   </method>
39 </interface>
40 </node>