X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.h;h=1df15ec9961488cf8dfa5e3cba0434042d918499;hb=e62fbd4433b5039abab3986590c900d661ffe67a;hp=2957c44e64bc830449f281dad01c2cbe5a87f8a8;hpb=75d6ca169171f642ba7438e648b4529638bf90c3;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 2957c44e..1df15ec9 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -34,8 +34,7 @@ G_BEGIN_DECLS typedef enum { EV_WINDOW_MODE_NORMAL, EV_WINDOW_MODE_FULLSCREEN, - EV_WINDOW_MODE_PRESENTATION, - EV_WINDOW_MODE_PREVIEW + EV_WINDOW_MODE_PRESENTATION } EvWindowRunMode; typedef struct { @@ -77,21 +76,12 @@ void ev_window_open_uri (EvWindow *ev_window, const char *uri, EvLinkDest *dest, EvWindowRunMode mode, - const gchar *search_string, - gboolean unlink_temp_file, - const gchar *print_settings); + const gchar *search_string); gboolean ev_window_is_empty (const EvWindow *ev_window); void ev_window_print_range (EvWindow *ev_window, int first_page, int last_page); -void ev_window_go_last_page (EvWindow *ev_window); -void ev_window_go_first_page (EvWindow *ev_window); -void ev_window_go_next_page (EvWindow *ev_window); -void ev_window_go_previous_page(EvWindow *ev_window); -void ev_window_start_presentation - (EvWindow *ev_window); - G_END_DECLS #endif /* !EV_WINDOW_H */