File: org.freedesktop.FileManager1.xml

package info (click to toggle)
gnome-flashback 3.58.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,196 kB
  • sloc: ansic: 109,631; sh: 5,515; makefile: 1,794; xml: 1,010; sed: 39
file content (23 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" ?>
<!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.freedesktop.FileManager1">
    <annotation name="org.gtk.GDBus.C.Name" value="FileManagerGen" />

    <method name="ShowFolders">
      <arg type="as" name="URIs" direction="in" />
      <arg type="s" name="StartupId" direction="in" />
    </method>

    <method name="ShowItems">
      <arg type="as" name="URIs" direction="in" />
      <arg type="s" name="StartupId" direction="in" />
    </method>

    <method name="ShowItemProperties">
      <arg type="as" name="URIs" direction="in" />
      <arg type="s" name="StartupId" direction="in" />
    </method>
  </interface>
</node>