Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 23:28:54 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 23:28:54 (GMT)
commitbca369672136e5ff831ece9832afd42085808fba (patch)
treef40b0b02036bb97a0d4586077298be7a02e2de03 /shell/ev-window.h
parent11bd1d65957b444c7491e4fb252f3f50ce8ad3d2 (diff)
PageCache and EvJobs are moved from backend to shell. Two new jobs to
load document in background and a statusbar to display this process. FileChooser now can select multiple uris.
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index 5523fdd..6864b71 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -27,6 +27,7 @@
#include <gtk/gtkwindow.h>
#include "ev-link.h"
+#include "ev-page-cache.h"
G_BEGIN_DECLS
@@ -51,15 +52,16 @@ struct _EvWindowClass {
};
GType ev_window_get_type (void);
-void ev_window_open (EvWindow *ev_window,
+void ev_window_open_uri (EvWindow *ev_window,
const char *uri);
+void ev_window_open_uri_list (EvWindow *ev_window,
+ GSList *uris);
void ev_window_open_page_label (EvWindow *ev_window,
const char *label);
gboolean ev_window_is_empty (const EvWindow *ev_window);
void ev_window_print_range (EvWindow *ev_window,
int first_page,
int last_page);
-
G_END_DECLS
#endif /* !EV_WINDOW_H */