Files
pmp7/pod_proxy.xml
2017-12-17 17:43:17 +01:00

12 lines
375 B
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/pedal/event">
<interface name="pedal.event">
<method name="Quit">
<arg/>
</method>
<signal name="OnPedalEvent">
<arg type="i" name="code" direction="out"/>
</signal>
</interface>
</node>