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:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-01-18 10:28:37 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-18 10:28:37 (GMT)
commit51e1ae36121928f84940b8e8dcb317f87157933b (patch)
treee12ff92c6a9a4fcd11af390bfbc9cd58504ea52b /shell/ev-jobs.h
parenteb91327d993b9a0faa6e15c8ab93183cfed169eb (diff)
Remove dest, mode and search_string from EvJobLoad since they are not
2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new): * shell/ev-window.c: (ev_window_load_job_cb), (ev_window_load_job_cb), (ev_window_open_uri), (ev_window_reload_local), (ev_window_dispose): Remove dest, mode and search_string from EvJobLoad since they are not really needed by the job, but for the window. svn path=/trunk/; revision=3347
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 27b40a1..5915a28 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -27,7 +27,6 @@
#include "ev-document.h"
#include "ev-selection.h"
#include "ev-render-context.h"
-#include "ev-window.h"
G_BEGIN_DECLS
@@ -259,10 +258,7 @@ struct _EvJobFontsClass
struct _EvJobLoad
{
EvJob parent;
-
- EvLinkDest *dest;
- EvWindowRunMode mode;
- gchar *search_string;
+
gchar *uri;
gchar *password;
};
@@ -385,10 +381,7 @@ EvJob *ev_job_fonts_new (EvDocument *document);
/* EvJobLoad */
GType ev_job_load_get_type (void) G_GNUC_CONST;
-EvJob *ev_job_load_new (const gchar *uri,
- EvLinkDest *dest,
- EvWindowRunMode mode,
- const gchar *search_string);
+EvJob *ev_job_load_new (const gchar *uri);
void ev_job_load_set_uri (EvJobLoad *load,
const gchar *uri);
void ev_job_load_set_password (EvJobLoad *job,