blob: 6871e34811aead20d9ea31c151c86c1387fa1e5f [file] [log] [blame] [edit]
<?xml version="1.0" ?>
<node name="/org/freedesktop/DBus/Examples/Async">
<interface name="org.freedesktop.DBus.AsyncDemo">
<method name="Hello">
<arg type="s" name="name" direction="in"/>
<arg type="s" name="greeting" direction="out"/>
</method>
<method name="Sum">
<arg type="ai" name="ints" direction="in"/>
<arg type="i" name="sum" direction="out"/>
</method>
<method name="SplitString">
<arg type="s" name="wi" direction="in"/>
<arg type="s" name="out-string1" direction="out"/>
<arg type="s" name="out-string2" direction="out"/>
</method>
<method name="Timed.Wait">
<arg type="i" name="seconds" direction="in"/>
</method>
<signal name="Change.Sig">
<arg name="newval" type="s"/>
</signal>
<property name="xprop" type="a{sv}" access="read"/>
<property name="yprop" type="a{sv}" access="write"/>
<property name="zprop" type="a{sv}" access="readwrite"/>
</interface>
</node>