summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-service-dbus.xml
blob: 26adbfcfdf1f546800ec23532b11fdc99efd38bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/xfce/thumbnails/Thumbnailer">
  <interface name="org.xfce.thumbnails.Thumbnailer">
    <method name="Queue">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="as" name="uris" direction="in" />
      <arg type="as" name="mime_types" direction="in" />
      <arg type="s" name="scheduler" direction="in" />
      <arg type="u" name="handle_to_unqueue" direction="in" />
      <arg type="u" name="handle" direction="out" />
    </method>

    <method name="Unqueue">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="u" name="handle" direction="in" />
    </method>

    <signal name="Started">
      <arg type="u" name="handle" />
    </signal>

    <signal name="Finished">
      <arg type="u" name="handle" />
    </signal>

    <signal name="Ready">
      <arg type="as" name="uris" />
    </signal>

    <signal name="Error">
      <arg type="u" name="handle" />
      <arg type="as" name="failed_uris" />
      <arg type="i" name="error_code" />
      <arg type="s" name="message" />
    </signal>
  </interface>
</node>