mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
dee4999869
viewer/ has three more interfaces, those are next. svn path=/trunk/KDE/kdebase/nsplugins/; revision=555901
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
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.nsplugins.CallBack">
|
|
<method name="requestURL">
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
<arg name="url" type="s" direction="in"/>
|
|
<arg name="target" type="s" direction="in"/>
|
|
</method>
|
|
<method name="postURL">
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
<arg name="url" type="s" direction="in"/>
|
|
<arg name="target" type="s" direction="in"/>
|
|
<arg name="data" type="ay" direction="in"/>
|
|
<arg name="mime" type="s" direction="in"/>
|
|
</method>
|
|
<method name="statusMessage">
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
<arg name="msg" type="s" direction="in"/>
|
|
</method>
|
|
<method name="evalJavaScript">
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
<arg name="id" type="i" direction="in"/>
|
|
<arg name="script" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|