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=e2796d0d1a833e63c9495193c9241bd718f68082;hp=0b8158f3918b4567aa3972b22083e5db05449bc4;hpb=06e8fe2d26f02fd17a4dc19ea10d7ee00dc33243;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 0b8158f3..1df15ec9 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -23,9 +23,8 @@ #ifndef EV_WINDOW_H #define EV_WINDOW_H -#include -#include -#include +#include +#include #include "ev-link.h" #include "ev-page-cache.h" @@ -35,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 { @@ -78,14 +76,12 @@ void ev_window_open_uri (EvWindow *ev_window, const char *uri, EvLinkDest *dest, EvWindowRunMode mode, - gboolean unlink_temp_file, - const gchar *print_settings); + const gchar *search_string); gboolean ev_window_is_empty (const EvWindow *ev_window); -#ifdef WITH_PRINT void ev_window_print_range (EvWindow *ev_window, int first_page, int last_page); -#endif + G_END_DECLS #endif /* !EV_WINDOW_H */