X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view.h;h=a72ed6b48f25d0b64b687010ababf1baf505efb7;hb=8dbcee6be49013edc9821096288e2c078169e349;hp=e57371aa4da698f59b854e8038cb427e71f79165;hpb=3e3ca2bb5e6206bdb5af6b097cd9b92252e7a6c2;p=evince.git diff --git a/shell/ev-view.h b/shell/ev-view.h index e57371aa..a72ed6b4 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -24,7 +24,6 @@ #include "ev-document.h" #include "ev-link.h" -#include "ev-history.h" G_BEGIN_DECLS @@ -39,8 +38,6 @@ GType ev_view_get_type (void) G_GNUC_CONST; GtkWidget* ev_view_new (void); void ev_view_set_document (EvView *view, EvDocument *document); -void ev_view_set_history (EvView *view, - EvHistory *history); /* Clipboard */ void ev_view_copy (EvView *view); @@ -64,6 +61,10 @@ void ev_view_normal_size (EvView *view); void ev_view_best_fit (EvView *view); void ev_view_fit_width (EvView *view); +/* Find */ +void ev_view_find_next (EvView *view); +void ev_view_find_previous (EvView *view); + /* Status */ const char *ev_view_get_status (EvView *view); const char *ev_view_get_find_status (EvView *view);