forked from Qortal/Brooklyn
24 lines
933 B
XML
24 lines
933 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.JobViewServerV2">
|
|
<method name="requestView">
|
|
<!-- The desktop entry of the application, e.g. "org.kde.dolphin" -->
|
|
<arg name="desktopEntry" type="s" direction="in"/>
|
|
|
|
<!-- 'capabilities' is used as a bit field:
|
|
0x0001 means that the user should be able to cancel the job
|
|
0x0002 means that the user should be able to suspend/resume the job
|
|
-->
|
|
<arg name="capabilities" type="i" direction="in"/>
|
|
|
|
<!-- Custom hints for the server, used for future extension -->
|
|
<arg name="hints" type="a{sv}" direction="in"/>
|
|
|
|
<arg name="trackerPath" type="o" direction="out"/>
|
|
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|