summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-service-dbus.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tumblerd/tumbler-service-dbus.xml')
-rw-r--r--tumblerd/tumbler-service-dbus.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/tumblerd/tumbler-service-dbus.xml b/tumblerd/tumbler-service-dbus.xml
index 9076691..4aa77ec 100644
--- a/tumblerd/tumbler-service-dbus.xml
+++ b/tumblerd/tumbler-service-dbus.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/freedesktop/thumbnails/Thumbnailer1">
- <interface name="org.freedesktop.thumbnails.Thumbnailer1">
+ <interface name="org.freedesktop.thumbnails.Thumbnailer1">
+
+ <annotation name="org.gtk.GDBus.C.Name" value="ExportedService" />
+
<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="flavor" direction="in" />
@@ -12,23 +14,19 @@
</method>
<method name="Dequeue">
- <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="u" name="handle" direction="in" />
</method>
<method name="GetSupported">
- <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="as" name="uri_schemes" direction="out" />
<arg type="as" name="mime_types" direction="out" />
</method>
<method name="GetSchedulers">
- <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="as" name="schedulers" direction="out" />
</method>
<method name="GetFlavors">
- <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="as" name="flavors" direction="out" />
</method>