Files
cantata/dbus/com.googlecode.cantata.xml
2015-02-25 18:24:22 +00:00

20 lines
602 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="com.googlecode.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>
</interface>
</node>