X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.h;h=0368f8069a1be8d2434605e7cc5ae511be75af09;hb=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=97e0e020658914582cee2208e8f579e98997d0b9;hpb=2d5fe16a0b4a8bbb85933e471a62550384446821;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 97e0e020..0368f806 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -27,6 +27,7 @@ #include #include "ev-link.h" +#include "ev-page-cache.h" G_BEGIN_DECLS @@ -48,19 +49,19 @@ 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); -gboolean ev_window_is_empty (const EvWindow *ev_window); - +GType ev_window_get_type (void); +GtkWidget *ev_window_new (void); +const char *ev_window_get_uri (EvWindow *ev_window); +void ev_window_open_uri (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 #endif /* !EV_WINDOW_H */