X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-window.h;h=fe2c2793bc88013ff221892496e62034df6f9943;hb=1a1099e24c625b8ab7816f1ec1ff85cb8e2880d4;hp=0d2e242ae33d9df2dca94d86c808124c6ef65377;hpb=69d92c409d333e5dd9cc82537c0834b201487c60;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 0d2e242a..fe2c2793 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -26,6 +26,8 @@ #include #include +#include "ev-link.h" + G_BEGIN_DECLS typedef struct _EvWindow EvWindow; @@ -46,15 +48,17 @@ struct _EvWindow { struct _EvWindowClass { GtkWindowClass base_class; - - /* signals */ - void (*signal) (EvWindow *self, - const char *string); }; -GType ev_window_get_type (void); -void ev_window_open (EvWindow *ev_window, const char *uri); -gboolean ev_window_is_empty (const EvWindow *ev_window); +GType ev_window_get_type (void); +void ev_window_open (EvWindow *ev_window, + const char *uri); +void ev_window_open_page (EvWindow *ev_window, + int page); +gboolean ev_window_is_empty (const EvWindow *ev_window); +void ev_window_print_range (EvWindow *ev_window, + int first_page, + int last_page); G_END_DECLS