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=97e0e020658914582cee2208e8f579e98997d0b9;hpb=2d5fe16a0b4a8bbb85933e471a62550384446821;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 97e0e020..5523fdd3 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -48,18 +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); -void ev_window_open_link (EvWindow *ev_window, - EvLink *link); +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