┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/org.kde.dolphin.MainWindow.xml
blob: b05b25298db3d21598ce24cf7b161d92a8c99d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>