mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
a5dfb6f6fc
(It allows me to fix some port problem) I will try to test it now svn path=/trunk/KDE/kdebase/nsplugins/; revision=615476
12 lines
447 B
XML
12 lines
447 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.kde.nsplugins.Viewer">
|
|
<method name="shutdown">
|
|
</method>
|
|
<method name="newClass">
|
|
<arg type="o" direction="out"/>
|
|
<arg name="plugin" type="s" direction="in"/>
|
|
<arg name="senderId" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|