Add GetRegisteredEvents and EventListenerRegistered/Deregistered signals
[platform/upstream/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="id" type="i" access="read"/>
10
11   <method name="GetLocale">
12     <arg direction="in" name="lctype" type="u"/>
13     <arg direction="out" type="s"/>
14   </method>
15
16   <method name="RegisterEventListener">
17     <arg direction="in" name="event" type="s"/>
18   </method>
19
20   <method name="DeregisterEventListener">
21     <arg direction="in" name="event" type="s"/>
22   </method>
23
24 </interface>
25 </node>