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, 2 insertions, 1 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index a7f6e82..bf9c86b 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -162,6 +162,7 @@ struct _EvJobFontsClass
struct _EvJobXfer
{
EvJob parent;
+ EvLinkDest *dest;
GError *error;
char *uri;
char *local_uri;
@@ -210,7 +211,7 @@ void ev_job_fonts_run (EvJobFonts *fonts);
/* EvJobXfer */
GType ev_job_xfer_get_type (void);
-EvJob *ev_job_xfer_new (const gchar *uri);
+EvJob *ev_job_xfer_new (const gchar *uri, EvLinkDest *dest);
void ev_job_xfer_run (EvJobXfer *xfer);
G_END_DECLS