]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-job-xfer.h
Transfer remote documents to tmp directory to display them later
[evince.git] / shell / ev-job-xfer.h
index dba99017aaac06a34f3216858a39ff15f1011c62..256a60edeb19691dcc2888840f4062a33da64311 100644 (file)
@@ -38,7 +38,8 @@ struct _EvJobXfer
 {
        EvJob parent;
        GError *error;
-       gchar *uri;
+       char *uri;
+       char *local_uri;
 };
 
 struct _EvJobXferClass