Imported version 2.7.91
[platform/core/uifw/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   <method name="GetLocale">
6     <arg direction="out" type="s"/>
7   </method>
8
9   <method name="GetAttributeValue">
10     <arg direction="in" name="attributename" type="s"/>
11     <arg direction="out" type="s"/>
12   </method>
13
14   <method name="GetAttributes">
15     <arg direction="out" type="{ss}"/>
16     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttrubutes"/>
17   </method>
18
19 </interface>
20 </node>