1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2<node>
3  <interface name="org.kde.cervisia5.protocolview">
4    <method name="slotReceivedOutput">
5      <arg name="buffer" type="s" direction="in"/>
6    </method>
7    <method name="slotJobExited">
8      <arg name="normalExit" type="b" direction="in"/>
9      <arg name="exitStatus" type="i" direction="in"/>
10    </method>
11    <signal name="receivedLine">
12      <arg name="line" type="s" direction="out"/>
13    </signal>
14    <signal name="jobFinished">
15      <arg name="normalExit" type="b" direction="out"/>
16      <arg name="exitStatus" type="i" direction="out"/>
17    </signal>
18  </interface>
19</node>
20