Add g_type_init
[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 </interface>
17 </node>