X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.h;h=3680bbff91a34e1287680789654d453409b2f7b7;hb=acd335e3f233518d347ac8587a5f37e6ce614f25;hp=a60b123dcc6e79b77248677e8102e3d801d6edba;hpb=72fc0a73ea845307d6a109678952a0d07f6a1af4;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index a60b123d..3680bbff 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -25,6 +25,7 @@ #include #include +#include #include "ev-link.h" #include "ev-page-cache.h" @@ -77,14 +78,14 @@ void ev_window_open_uri (EvWindow *ev_window, const char *uri, EvLinkDest *dest, EvWindowRunMode mode, - gboolean unlink_temp_file); + 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 */ -