┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/terminal/org.kde.KIOFuse.VFS.xml
blob: 56f753e41b38217d0f7661bba3207452d10a41d8 (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.KIOFuse.VFS">
    <method name="mountUrl">
      <arg name="remoteUrl" type="s" direction="in"/>
      <arg type="s" direction="out"/>
    </method>
    <method name="remoteUrl">
      <arg name="localUrl" type="s" direction="in"/>
      <arg type="s" direction="out"/>
    </method>
  </interface>
</node>