summaryrefslogtreecommitdiff
path: root/droute/test.interface.One
blob: a8e2206cd741ca256fd0a763aefd64fded97bbd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<interface name="test.interface.One">
  <method name="null"/>
  <method name="getInt">
    <arg direction="out" type="o"/>
  </method>
  <method name="setInt">
    <arg direction="in" type="o"/>
  </method>
  <method name="getString">
    <arg direction="out" type="s"/>
  </method>
  <method name="setString">
    <arg direction="in" type="s"/>
  </method>
</interface>