Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 0523198..c0a4036 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -119,6 +119,7 @@ struct _EvJobRender
EvJob parent;
EvRenderContext *rc;
+ gboolean page_ready;
gint target_width;
gint target_height;
cairo_surface_t *surface;
@@ -144,6 +145,8 @@ struct _EvJobRender
struct _EvJobRenderClass
{
EvJobClass parent_class;
+
+ void (* page_ready) (EvJobRender *job);
};
struct _EvJobThumbnail