summaryrefslogtreecommitdiff
path: root/droute/test.interface.Two
blob: ca661ec11664ae44b96f00240e66dabe0a4f267e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<interface name="test.interface.Two">
  <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>