autoconf: include missing meson build files
[platform/upstream/at-spi2-core.git] / xml / Document.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/node">
3 <interface name="org.a11y.atspi.Document">
4
5   <property name="CurrentPageNumber" type="i" access="read"/>
6
7   <property name="PageCount" type="i" access="read"/>
8
9   <method name="GetLocale">
10     <arg direction="out" type="s"/>
11   </method>
12
13   <method name="GetAttributeValue">
14     <arg direction="in" name="attributename" type="s"/>
15     <arg direction="out" type="s"/>
16   </method>
17
18   <method name="GetAttributes">
19     <arg direction="out" type="{ss}"/>
20     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttrubutes"/>
21   </method>
22
23 </interface>
24 </node>