delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / apps / nsplugins / viewer / org.kde.nsplugins.class.xml
blobd089d2f3a4414890427e5845f46661e255873d5a
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.kde.nsplugins.Class">
4     <method name="newInstance">
5       <arg type="o" direction="out"/>
6       <arg name="url" type="s" direction="in"/>
7       <arg name="mimeType" type="s" direction="in"/>
8       <arg name="embed" type="b" direction="in"/>
9       <arg name="argn" type="as" direction="in"/>
10       <arg name="argv" type="as" direction="in"/>
11       <arg name="appId" type="s" direction="in"/>
12       <arg name="callbackId" type="s" direction="in"/>
13       <arg name="reload" type="b" direction="in"/>
14     </method>
15     <method name="getMIMEDescription">
16       <arg type="s" direction="out"/>
17     </method>
18   </interface>
19 </node>