1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
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"/>
15 <method name="getMIMEDescription">
16 <arg type="s" direction="out"/>