dbus/glib/examples/example-service.xml

20 lines
408 B
XML
Raw Normal View History

<?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>