]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.h
Updated Belarusian Translation
[evince.git] / shell / ev-window.h
index a60b123dcc6e79b77248677e8102e3d801d6edba..3680bbff91a34e1287680789654d453409b2f7b7 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <glib-object.h>
 #include <gtk/gtkwindow.h>
+#include <gtk/gtkscrolledwindow.h>
 
 #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 */
-