summaryrefslogtreecommitdiff
path: root/libview/ev-jobs.h
diff options
context:
space:
mode:
authorrootavish <[email protected]>2014-07-19 22:18:40 +0530
committerrootavish <[email protected]>2014-07-19 22:18:40 +0530
commite0535b0e61cc56ec62d32518c03a42836f5256e6 (patch)
treeb3e64eb8c4d3043f291ff32974f7a12c6139c81a /libview/ev-jobs.h
parent46fce038996fa84784df775d0b2e941228388b66 (diff)
downloadatril-e0535b0e61cc56ec62d32518c03a42836f5256e6.tar.bz2
atril-e0535b0e61cc56ec62d32518c03a42836f5256e6.tar.xz
Moving all webkit tasks to main loop jobs
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);