comparison dbus-d-javatests/dbustest.xml @ 2:5fb77a7e7d64

building CreateInterface and add bustest.xml
author Frank Benoit <benoit@tionex.de>
date Sat, 20 Oct 2007 19:29:33 +0200
parents
children 427c0332a111
comparison
equal deleted inserted replaced
1:65fb7ef02c50 2:5fb77a7e7d64
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3
4 <interface name="dbustest.OtherInterface">
5 <method name="dummy">
6 <arg name="arg1" type="s" direction="in"/>
7 </method>
8 </interface>
9
10 <interface name="dbustest.TestControl">
11 <method name="getName">
12 <annotation name="org.dsource.tiolink.Returns" value="res"/>
13 <arg name="res" type="s" direction="out"/>
14 </method>
15 </interface>
16
17 <interface name="dbustest.TestListener">
18 <method name="getName">
19 <annotation name="org.dsource.tiolink.Returns" value="res"/>
20 <arg name="res" type="s" direction="out"/>
21 </method>
22 </interface>
23
24 <interface name="dbustest.JavaImpl">
25
26 <method name="testV_V">
27 </method>
28
29 <method name="testI_I">
30 <annotation name="org.dsource.tiolink.Returns" value="res"/>
31 <arg name="res" type="i" direction="out"/>
32 <arg name="arg1" type="i" direction="in" />
33 </method>
34
35 </interface>
36
37 <interface name="dbustest.DImpl">
38
39 <method name="testV_V">
40 </method>
41
42 <method name="testI_I">
43 <annotation name="org.dsource.tiolink.Returns" value="res"/>
44 <arg name="res" type="i" direction="out"/>
45 <arg name="arg1" type="i" direction="in" />
46 </method>
47
48 </interface>
49
50 </node>
51
52
53
54