X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view-private.h;h=a53fe5469e81f025a66f7d40e5a204a92f2c7adc;hb=872101b786854841e6b32cac322f08d3dde6b946;hp=8ea666006d1bc3e580472bf4270f6ed652c0e095;hpb=30d1f0f07c6682f3be9f9b16e6b0ebe110366a37;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 8ea66600..a53fe546 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -64,6 +64,7 @@ struct _EvView { char *status; char *find_status; int find_result; + gboolean jump_to_find_result; EvPageCache *page_cache; EvPixbufCache *pixbuf_cache; @@ -124,11 +125,11 @@ struct _EvViewClass { GtkAdjustment *hadjustment, GtkAdjustment *vadjustment); void (*binding_activated) (EvView *view, - GtkScrollType scroll, + EvScrollType scroll, gboolean horizontal); void (*zoom_invalid) (EvView *view); void (*external_link) (EvView *view, - EvLink *link); + EvLinkAction *action); void (*popup_menu) (EvView *view, EvLink *link); };