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