Imported version 2.7.91
[platform/core/uifw/at-spi2-core.git] / xml / Application.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/node">
3 <interface name="org.a11y.atspi.Application">
4
5   <property name="ToolkitName" type="s" access="read"/>
6
7   <property name="Version" type="s" access="read"/>
8
9   <property name="AtspiVersion" type="s" access="read"/>
10   <property name="Id" type="i" access="read"/>
11
12   <method name="GetLocale">
13     <arg direction="in" name="lctype" type="u"/>
14     <arg direction="out" type="s"/>
15   </method>
16
17   <method name="RegisterEventListener">
18     <arg direction="in" name="event" type="s"/>
19   </method>
20
21   <method name="DeregisterEventListener">
22     <arg direction="in" name="event" type="s"/>
23   </method>
24
25 </interface>
26 </node>