blob: 899612ab4403b018b3500a3ffab605ce06784982 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001<?xml version="1.0" ?>
2<node name="/org/freedesktop/DBus/Examples/Echo">
3 <interface name="org.freedesktop.DBus.EchoDemo">
4 <method name="Random">
5 <arg type="i" name="version" direction="out"/>
6 </method>
7 <method name="Hello">
8 <arg type="s" name="name" direction="in"/>
9 <arg type="s" name="greeting" direction="out"/>
10 </method>
11 <method name="Echo">
12 <arg type="v" name="input" direction="in"/>
13 <arg type="v" name="output" direction="out"/>
14 </method>
15 <method name="Cat">
16 <arg type="s" name="file" direction="in"/>
17 <arg type="ay" name="stream" direction="out"/>
18 </method>
19 <method name="Sum">
20 <arg type="ai" name="ints" direction="in"/>
21 <arg type="i" names="sum" direction="out"/>
22 </method>
23 <signal name="Echoed">
24 <arg type="v" name="value"/>
25 </signal>
26 <method name="Info">
27 <arg type="a{ss}" name="info" direction="out"/>
28 </method>
29
30 </interface>
31</node>