Files
cantata/dbus/mpd.cantata.xml
Craig Drummond ed83208630 Make all of Cantata's internal actions accessible via DBUS. These can
then be used to bind to global shortcuts.

Issues #1007 #1009
2017-04-22 11:56:46 +01:00

24 lines
749 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>
<interface name="mpd.cantata">
<method name="showError">
<arg type="s" name="error" direction="in"/>
</method>
<method name="dynamicStatus">
<arg type="s" name="error" direction="in"/>
</method>
<method name="load">
<arg name="urls" type="as" direction="in"/>
</method>
<method name="setCollection">
<arg type="s" name="name" direction="in"/>
</method>
<property name='listActions' type='as' access='read'/>
<method name="triggerAction">
<arg type="s" name="name" direction="in"/>
</method>
</interface>
</node>