mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 11:20:27 +01:00
* configure.in: Add glib/examples. * glib/Makefile.am: Add examples/ * glib/examples/.cvsignore * glib/examples/Makefile.am * glib/examples/example-client.c * glib/examples/example-service.c * glib/examples/example-service.xml * glib/examples/example-signal-emitter.c * glib/examples/example-signal-emitter.xml * glib/examples/example-signal-recipient.c: New files; GLib binding examples, ported from python/examples.
19 lines
408 B
XML
19 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>
|