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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index bf9c86b..d57f9c0 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -22,6 +22,7 @@
#include <gtk/gtk.h>
#include "ev-document.h"
+#include "ev-window.h"
G_BEGIN_DECLS
@@ -163,6 +164,7 @@ struct _EvJobXfer
{
EvJob parent;
EvLinkDest *dest;
+ EvWindowRunMode mode;
GError *error;
char *uri;
char *local_uri;
@@ -211,7 +213,9 @@ void ev_job_fonts_run (EvJobFonts *fonts);
/* EvJobXfer */
GType ev_job_xfer_get_type (void);
-EvJob *ev_job_xfer_new (const gchar *uri, EvLinkDest *dest);
+EvJob *ev_job_xfer_new (const gchar *uri,
+ EvLinkDest *dest,
+ EvWindowRunMode mode);
void ev_job_xfer_run (EvJobXfer *xfer);
G_END_DECLS