From bca369672136e5ff831ece9832afd42085808fba Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Tue, 07 Jun 2005 23:28:54 +0000 Subject: 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. --- (limited to 'shell/ev-window.h') 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 #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 */ -- cgit v0.9.1