summaryrefslogtreecommitdiff
path: root/libview/ev-jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-jobs.h')
-rw-r--r--libview/ev-jobs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libview/ev-jobs.h b/libview/ev-jobs.h
index 8924a129..a45891b6 100644
--- a/libview/ev-jobs.h
+++ b/libview/ev-jobs.h
@@ -307,6 +307,7 @@ struct _EvJobWebThumbnail
GtkWidget *offscreenwindow;
gboolean *completed;
cairo_surface_t *surface;
+ gchar* page;
};
struct _EvJobWebThumbnailClass
@@ -474,8 +475,9 @@ EvJob *ev_job_thumbnail_new (EvDocument *document,
/* EvJobWebThumbnail */
GType ev_job_web_thumbnail_get_type (void) G_GNUC_CONST;
EvJob *ev_job_web_thumbnail_new (EvDocument *document,
+ gboolean *completed,
GtkWidget *webview,
- gboolean *completed);
+ gchar *webpage);
/* EvJobFonts */
GType ev_job_fonts_get_type (void) G_GNUC_CONST;
EvJob *ev_job_fonts_new (EvDocument *document);