comparison dbus-d-javatests/dbustest.xml @ 4:427c0332a111

work on DBusTesting
author Frank Benoit <benoit@tionex.de>
date Sun, 21 Oct 2007 14:49:02 +0200
parents 5fb77a7e7d64
children 7c2c75740370
comparison
equal deleted inserted replaced
3:c8f7d77e4d4a 4:427c0332a111
6 <arg name="arg1" type="s" direction="in"/> 6 <arg name="arg1" type="s" direction="in"/>
7 </method> 7 </method>
8 </interface> 8 </interface>
9 9
10 <interface name="dbustest.TestControl"> 10 <interface name="dbustest.TestControl">
11 <method name="getName"> 11 <method name="getCalledTests">
12 <annotation name="org.dsource.tiolink.Returns" value="res"/> 12 <annotation name="org.dsource.dbus.d.Returns" value="res"/>
13 <arg name="res" type="s" direction="out"/> 13 <arg name="res" type="as" direction="out"/>
14 </method>
15 <method name="activateExceptions">
16 <arg name="enable" type="b" direction="in"/>
14 </method> 17 </method>
15 </interface> 18 </interface>
16 19
17 <interface name="dbustest.TestListener"> 20 <interface name="dbustest.TestListener">
18 <method name="getName"> 21 <method name="getName">
19 <annotation name="org.dsource.tiolink.Returns" value="res"/> 22 <annotation name="org.dsource.dbus.d.Returns" value="res"/>
20 <arg name="res" type="s" direction="out"/> 23 <arg name="res" type="s" direction="out"/>
21 </method> 24 </method>
22 </interface> 25 </interface>
23 26
24 <interface name="dbustest.JavaImpl"> 27 <interface name="dbustest.JavaImpl">
25 28
26 <method name="testV_V"> 29 <method name="testV_V">
27 </method> 30 </method>
28 31
29 <method name="testI_I"> 32 <method name="testI_I">
30 <annotation name="org.dsource.tiolink.Returns" value="res"/> 33 <annotation name="org.dsource.dbus.d.Returns" value="res"/>
31 <arg name="res" type="i" direction="out"/> 34 <arg name="res" type="i" direction="out"/>
32 <arg name="arg1" type="i" direction="in" /> 35 <arg name="arg1" type="i" direction="in" />
33 </method> 36 </method>
34 37
35 </interface> 38 </interface>
38 41
39 <method name="testV_V"> 42 <method name="testV_V">
40 </method> 43 </method>
41 44
42 <method name="testI_I"> 45 <method name="testI_I">
43 <annotation name="org.dsource.tiolink.Returns" value="res"/> 46 <annotation name="org.dsource.dbus.d.Returns" value="res"/>
44 <arg name="res" type="i" direction="out"/> 47 <arg name="res" type="i" direction="out"/>
45 <arg name="arg1" type="i" direction="in" /> 48 <arg name="arg1" type="i" direction="in" />
46 </method> 49 </method>
47 50
48 </interface> 51 </interface>