X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-view.h;h=a72ed6b48f25d0b64b687010ababf1baf505efb7;hb=8dbcee6be49013edc9821096288e2c078169e349;hp=284991862ae436db43bae3259fe03d894d698ed1;hpb=47b1184724e6611ef314332f6afa31706819b0f9;p=evince.git diff --git a/shell/ev-view.h b/shell/ev-view.h index 28499186..a72ed6b4 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -61,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);