Update po/Makevars
[platform/upstream/at-spi2-core.git] / xml / Selection.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/node">
3 <interface name="org.a11y.atspi.Selection">
4
5   <property name="NSelectedChildren" type="i" access="read"/>
6
7   <method name="GetSelectedChild">
8     <arg direction="in" name="selectedChildIndex" type="i"/>
9     <arg direction="out" type="(so)"/>
10     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
11   </method>
12
13   <method name="SelectChild">
14     <arg direction="in" name="childIndex" type="i"/>
15     <arg direction="out" type="b"/>
16   </method>
17
18   <method name="DeselectSelectedChild">
19     <arg direction="in" name="selectedChildIndex" type="i"/>
20     <arg direction="out" type="b"/>
21   </method>
22
23   <method name="IsChildSelected">
24     <arg direction="in" name="childIndex" type="i"/>
25     <arg direction="out" type="b"/>
26   </method>
27
28   <method name="SelectAll">
29     <arg direction="out" type="b"/>
30   </method>
31
32   <method name="ClearSelection">
33     <arg direction="out" type="b"/>
34   </method>
35
36   <method name="DeselectChild">
37     <arg direction="in" name="childIndex" type="i"/>
38     <arg direction="out" type="b"/>
39   </method>
40
41 </interface>
42 </node>