diff options
| author | Peter Penz <[email protected]> | 2007-02-18 17:01:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-18 17:01:36 +0000 |
| commit | abf17941f7a052d25788d2f2f3c84e5aae935e29 (patch) | |
| tree | 4f89cd4d58b0b6033cc91f2eb14c02291f8c3a1c /src/org.kde.dolphin.Application.xml | |
| parent | fd43139134da394e413c5d7d5518275379e67798 (diff) | |
Dolphin is now a KUniqueApplication. A lot of thanks go to Oscar Blumberg, who submitted this patch.
svn path=/trunk/KDE/kdebase/apps/; revision=634862
Diffstat (limited to 'src/org.kde.dolphin.Application.xml')
| -rw-r--r-- | src/org.kde.dolphin.Application.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/org.kde.dolphin.Application.xml b/src/org.kde.dolphin.Application.xml new file mode 100644 index 000000000..2b8c5316a --- /dev/null +++ b/src/org.kde.dolphin.Application.xml @@ -0,0 +1,9 @@ +<!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.Application"> + <method name="openWindow"> + <arg type="i" direction="out"/> + <arg name="url" type="s" direction="in"/> + </method> + </interface> +</node> |
