Warning, /frameworks/kjobwidgets/src/org.kde.JobViewServerV2.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.JobViewServerV2"> 0005 <method name="requestView"> 0006 <!-- The desktop entry of the application, e.g. "org.kde.dolphin" --> 0007 <arg name="desktopEntry" 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 0015 <!-- Custom hints for the server, used for future extension --> 0016 <arg name="hints" type="a{sv}" direction="in"/> 0017 0018 <arg name="trackerPath" type="o" direction="out"/> 0019 0020 <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap"/> 0021 </method> 0022 </interface> 0023 </node>