mirror of
https://github.com/joprietoe/gdbus.git
synced 2025-04-05 08:26:51 +02:00
13 lines
401 B
XML
Executable File
13 lines
401 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<node name="/org/gnome/ServiceName">
|
|
<interface name="org.gnome.ServiceName">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="server"/>
|
|
<method name="EchoString">
|
|
<arg type="s" name="original" direction="in" />
|
|
<arg type="s" name="echo" direction="out" />
|
|
</method>
|
|
<!-- Add more methods/signals if you want -->
|
|
</interface>
|
|
</node>
|