summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-thumbnailer.h
diff options
context:
space:
mode:
authorPhilip Van Hoof <philip@codeminded.be>2009-10-14 11:06:21 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-10-14 12:44:54 +0200
commitb79b1e603cf47232b4fd0f36bb2b2deb1e9f64a6 (patch)
tree05e897123086ff8261547dbfcdc42c49fe765e72 /tumbler/tumbler-thumbnailer.h
parent66f251bbfbf0eb7b5a8e7e12ca0d4dfdcff0e245 (diff)
downloadtumbler-b79b1e603cf47232b4fd0f36bb2b2deb1e9f64a6.tar.gz
Add cancel capability to the thumbnail operations.
Diffstat (limited to 'tumbler/tumbler-thumbnailer.h')
-rw-r--r--tumbler/tumbler-thumbnailer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tumbler/tumbler-thumbnailer.h b/tumbler/tumbler-thumbnailer.h
index e283a1d..5bcc1ef 100644
--- a/tumbler/tumbler-thumbnailer.h
+++ b/tumbler/tumbler-thumbnailer.h
@@ -26,6 +26,7 @@
#define __TUMBLER_THUMBNAILER_H__
#include <glib-object.h>
+#include <gio/gio.h>
G_BEGIN_DECLS
@@ -52,6 +53,7 @@ struct _TumblerThumbnailerIface
/* virtual methods */
void (*create) (TumblerThumbnailer *thumbnailer,
+ GCancellable *cancellable,
const gchar *uri,
const gchar *mime_hint);
};
@@ -59,6 +61,7 @@ struct _TumblerThumbnailerIface
GType tumbler_thumbnailer_get_type (void) G_GNUC_CONST;
void tumbler_thumbnailer_create (TumblerThumbnailer *thumbnailer,
+ GCancellable *cancellable,
const gchar *uri,
const gchar *mime_hint);