diff options
author | rootavish <[email protected]> | 2014-07-19 22:18:40 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-07-19 22:18:40 +0530 |
commit | e0535b0e61cc56ec62d32518c03a42836f5256e6 (patch) | |
tree | b3e64eb8c4d3043f291ff32974f7a12c6139c81a /libview/ev-jobs.h | |
parent | 46fce038996fa84784df775d0b2e941228388b66 (diff) | |
download | atril-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.h | 4 |
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); |