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=5523fdd3dcd9d3c60b77cf6b949f9b72d82ce1dd;hb=681b0a3166a61b96b9a0ee35ca1b0aaa487809b3;hp=0d2e242ae33d9df2dca94d86c808124c6ef65377;hpb=69d92c409d333e5dd9cc82537c0834b201487c60;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 0d2e242a..5523fdd3 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_label (EvWindow *ev_window, + const char *label); +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