metal-kompanion/docs/dbus/org.kde.kompanion.controlle...

29 lines
1.0 KiB
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.Controller">
<method name="sendPrompt">
<arg name="prompt" type="s" direction="in"/>
<arg name="requestId" type="s" direction="out"/>
</method>
<method name="cancelRequest">
<arg name="requestId" type="s" direction="in"/>
</method>
<signal name="textOutput">
<arg name="requestId" type="s"/>
<arg name="text" type="s"/>
</signal>
<signal name="toolRequested">
<arg name="requestId" type="s"/>
<arg name="toolName" type="s"/>
<arg name="args" type="s"/>
</signal>
<signal name="toolResult">
<arg name="requestId" type="s"/>
<arg name="resultJson" type="s"/>
<arg name="success" type="b"/>
</signal>
<property name="sessionId" type="s" access="read"/>
<property name="identityPath" type="s" access="read"/>
</interface>
</node>