summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-thumbnailer.h
diff options
context:
space:
mode:
authorPhilip Van Hoof <philip@codeminded.be>2009-10-26 18:17:00 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-10-26 19:42:05 +0100
commit8258763e662bc2345051f230f2afc4b6da699726 (patch)
treec677c22a2097cc6f3f44574f25ddabbeae1ff8ca /tumbler/tumbler-thumbnailer.h
parentc4c67778eb43a51f73f2a299edb2b59bc559e06c (diff)
downloadtumbler-8258763e662bc2345051f230f2afc4b6da699726.tar.gz
Added the DBus API parts for flavor support
Signed-off-by: Jannis Pohlmann <jannis@xfce.org>
Diffstat (limited to 'tumbler/tumbler-thumbnailer.h')
-rw-r--r--tumbler/tumbler-thumbnailer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tumbler/tumbler-thumbnailer.h b/tumbler/tumbler-thumbnailer.h
index 5bcc1ef..89f780b 100644
--- a/tumbler/tumbler-thumbnailer.h
+++ b/tumbler/tumbler-thumbnailer.h
@@ -55,7 +55,8 @@ struct _TumblerThumbnailerIface
void (*create) (TumblerThumbnailer *thumbnailer,
GCancellable *cancellable,
const gchar *uri,
- const gchar *mime_hint);
+ const gchar *mime_hint,
+ const gchar *flavor);
};
GType tumbler_thumbnailer_get_type (void) G_GNUC_CONST;
@@ -63,7 +64,8 @@ GType tumbler_thumbnailer_get_type (void) G_GNUC_CONST;
void tumbler_thumbnailer_create (TumblerThumbnailer *thumbnailer,
GCancellable *cancellable,
const gchar *uri,
- const gchar *mime_hint);
+ const gchar *mime_hint,
+ const gchar *flavor);
GStrv tumbler_thumbnailer_get_hash_keys (TumblerThumbnailer *thumbnailer);
GStrv tumbler_thumbnailer_get_mime_types (TumblerThumbnailer *thumbnailer);