add more spacing
[personal-kdebase.git] / apps / nsplugins / org.kde.nsplugins.CallBack.xml
blob84499da9aed013efbf79647fa3c8b8e2722172be
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
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"/>
9     </method>
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"/>
16     </method>
17     <method name="statusMessage">
18     <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
19       <arg name="msg" type="s" direction="in"/>
20     </method>
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"/>
25     </method>
26   </interface>
27 </node>