dolphin/nsplugins/org.kde.nsplugins.CallBack.xml
David Faure dee4999869 Port PluginPart's dbus interface to DBus, renamed interface to CallBack.
viewer/ has three more interfaces, those are next.

svn path=/trunk/KDE/kdebase/nsplugins/; revision=555901
2006-06-28 17:21:56 +00:00

28 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>