mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 16:00:10 +01:00
20 lines
408 B
XML
20 lines
408 B
XML
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
|
||
|
|
<node name="/">
|
||
|
|
<interface name="org.designfu.SampleInterface">
|
||
|
|
<method name="HelloWorld">
|
||
|
|
<arg type="s"/>
|
||
|
|
<arg type="as" direction="out"/>
|
||
|
|
</method>
|
||
|
|
|
||
|
|
<method name="GetTuple">
|
||
|
|
<arg type="(ss)" direction="out" />
|
||
|
|
</method>
|
||
|
|
|
||
|
|
<method name="GetDict">
|
||
|
|
<arg type="a{ss}" direction="out"/>
|
||
|
|
</method>
|
||
|
|
|
||
|
|
</interface>
|
||
|
|
</node>
|