┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/org.kde.dolphin.MainWindow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/org.kde.dolphin.MainWindow.xml')
-rw-r--r--src/org.kde.dolphin.MainWindow.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/org.kde.dolphin.MainWindow.xml b/src/org.kde.dolphin.MainWindow.xml
new file mode 100644
index 000000000..b05b25298
--- /dev/null
+++ b/src/org.kde.dolphin.MainWindow.xml
@@ -0,0 +1,13 @@
+<!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>