mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-23 11:58:07 +02:00
15 lines
351 B
XML
15 lines
351 B
XML
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
|
||
|
|
<node name="/">
|
||
|
|
<interface name="com.example.StateMachineServer">
|
||
|
|
<method name="CreateMachine">
|
||
|
|
<arg type="s" name="name" direction="in"/>
|
||
|
|
</method>
|
||
|
|
|
||
|
|
<method name="GetMachines">
|
||
|
|
<arg type="ao" direction="out"/>
|
||
|
|
</method>
|
||
|
|
<signal name="MachineCreated"/>
|
||
|
|
</interface>
|
||
|
|
</node>
|