Modify the name of the Qt object generated by XML description.
[platform/upstream/at-spi2-core.git] / xml / Accessible.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/node">
3 <interface name="org.a11y.atspi.Accessible">
4
5   <property name="name" type="s" access="read"/>
6
7   <property name="description" type="s" access="read"/>
8
9   <property name="parent" type="(so)" access="read">
10     <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiObjectReference"/>
11   </property>
12
13   <property name="childCount" type="i" access="read"/>
14
15   <method name="GetChildAtIndex">
16     <arg direction="in" name="index" type="i"/>
17     <arg direction="out" type="(so)"/>
18     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
19   </method>
20
21   <method name="GetIndexInParent">
22     <arg direction="out" type="i"/>
23   </method>
24
25   <method name="GetRelationSet">
26     <arg direction="out" type="a(ua(so))"/>
27     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiRelationArray"/>
28   </method>
29
30   <method name="GetRole">
31     <arg direction="out" type="u"/>
32   </method>
33
34   <method name="GetRoleName">
35     <arg direction="out" type="s"/>
36   </method>
37
38   <method name="GetLocalizedRoleName">
39     <arg direction="out" type="s"/>
40   </method>
41
42   <method name="GetState">
43     <arg direction="out" type="au"/>
44     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiIntList"/>
45   </method>
46
47   <method name="GetAttributes">
48     <arg direction="out" type="a{ss}"/>
49     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
50   </method>
51
52   <method name="GetApplication">
53     <arg direction="out" type="(so)"/>
54     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
55   </method>
56
57 </interface>
58 </node>