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=cc3f21efc8104182171c9300facc16d9a79177ef;hp=5ed7dd77f98681f1aedd5651c0f165aef74fd22c;hpb=e01d6f5fd8c8682948d87cbfe3456a424652ad71;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 5ed7dd77..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,9 +76,7 @@ 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,