dolphin/src/org.kde.dolphin.MainWindow.xml
2007-02-18 17:01:36 +00:00

13 lines
430 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.dolphin.MainWindow">
<method name="getId">
<arg type="i" direction="out"/>
</method>
<method name="changeUrl">
<arg name="url" type="s" direction="in"/>
</method>
<method name="quit">
</method>
</interface>
</node>