Warning, /frameworks/kjobwidgets/src/org.kde.JobViewServer.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node>
0004   <interface name="org.kde.JobViewServer">
0005     <method name="requestView">
0006       <arg name="appName" type="s" direction="in"/>
0007       <arg name="appIconName" type="s" direction="in"/>
0008 
0009       <!-- 'capabilities' is used as a bit field:
0010            0x0001 means that the user should be able to cancel the job
0011            0x0002 means that the user should be able to suspend/resume the job
0012        -->
0013       <arg name="capabilities" type="i" direction="in"/>
0014       <arg name="trackerPath" type="o" direction="out"/>
0015     </method>
0016   </interface>
0017 </node>