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.konqueror.Preloader">
6 <method name="registerPreloadedKonqy">
7 <arg name="id" type="s" direction="in"/>
8 <arg name="screen" type="i" direction="in"/>
9 <arg type="b" direction="out"/>
12 <method name="getPreloadedKonqy">
13 <arg name="screen" type="i" direction="in"/>
14 <arg type="s" direction="out"/>
17 <method name="unregisterPreloadedKonqy">
18 <arg name="id" type="s" direction="in"/>
19 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
22 <method name="reconfigure"/>
23 <method name="unloadAllPreloaded"/>