Bump version number prior to release.
[platform/core/uifw/at-spi2-atk.git] / droute / test.interface.One
1 <interface name="test.interface.One">
2   <method name="null"/>
3   <method name="getInt">
4     <arg direction="out" type="o"/>
5   </method>
6   <method name="setInt">
7     <arg direction="in" type="o"/>
8   </method>
9   <method name="getString">
10     <arg direction="out" type="s"/>
11   </method>
12   <method name="setString">
13     <arg direction="in" type="s"/>
14   </method>
15 </interface>