Files
cantata/dbus/org.kde.cantata.xml

19 lines
560 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="org.kde.cantata">
<method name="showPage">
<arg type="s" name="page" direction="in"/>
<arg type="b" name="focusSearch" direction="in"/>
</method>
<method name="showError">
<arg type="s" name="error" direction="in"/>
</method>
<method name="dynamicStatus">
<arg type="s" name="error" direction="in"/>
</method>
</interface>
</node>