1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.kde.nsplugins.CallBack">
5 <method name="requestURL">
6 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
7 <arg name="url" type="s" direction="in"/>
8 <arg name="target" type="s" direction="in"/>
10 <method name="postURL">
11 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
12 <arg name="url" type="s" direction="in"/>
13 <arg name="target" type="s" direction="in"/>
14 <arg name="data" type="ay" direction="in"/>
15 <arg name="mime" type="s" direction="in"/>
17 <method name="statusMessage">
18 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
19 <arg name="msg" type="s" direction="in"/>
21 <method name="evalJavaScript">
22 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
23 <arg name="id" type="i" direction="in"/>
24 <arg name="script" type="s" direction="in"/>