metal-kompanion/docs/dbus/org.kde.kompanion.executor.xml

19 lines
676 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.kompanion.Executor">
<method name="executeTool">
<arg name="toolName" type="s" direction="in"/>
<arg name="args" type="s" direction="in"/>
<arg name="requestId" type="s" direction="out"/>
</method>
<method name="cancel">
<arg name="requestId" type="s" direction="in"/>
</method>
<signal name="progress">
<arg name="requestId" type="s"/>
<arg name="progress" type="i"/>
<arg name="message" type="s"/>
</signal>
</interface>
</node>