dolphin/nsplugins/viewer/org.kde.nsplugins.viewer.xml
Laurent Montel a5dfb6f6fc Prefer to autogenerate adaptor
(It allows me to fix some port problem)
I will try to test it now

svn path=/trunk/KDE/kdebase/nsplugins/; revision=615476
2006-12-21 17:36:25 +00:00

13 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>