X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.h;h=5ed7dd77f98681f1aedd5651c0f165aef74fd22c;hb=61ceb93b80553396531b31339e76aacfbdf9658d;hp=0b8158f3918b4567aa3972b22083e5db05449bc4;hpb=06e8fe2d26f02fd17a4dc19ea10d7ee00dc33243;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 0b8158f3..5ed7dd77 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" @@ -78,14 +77,14 @@ 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); 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 */