Add files via upload

This commit is contained in:
nmset
2017-12-17 17:43:17 +01:00
committed by GitHub
parent 7cb7fbcfd0
commit 08125ac989
26 changed files with 2540 additions and 0 deletions

12
pod_proxy.xml Normal file
View File

@@ -0,0 +1,12 @@
<!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>