forked from Qortal/Brooklyn
29 lines
812 B
XML
29 lines
812 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.kuiserver">
|
|
|
|
<method name="registerService">
|
|
<arg name="service" type="s" direction="in"/>
|
|
<arg name="objectPath" type="s" direction="in"/>
|
|
</method>
|
|
|
|
<method name="emitJobUrlsChanged">
|
|
</method>
|
|
|
|
<method name="requiresJobTracker">
|
|
<arg type="b" direction="out"/>
|
|
</method>
|
|
|
|
<method name="registeredJobContacts">
|
|
<arg type="as" direction="out"/>
|
|
</method>
|
|
|
|
<signal name="jobUrlsChanged">
|
|
<arg type="as" direction="out"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<QString>"/>
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|