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=3975d110064cd88af69d393f956f8158aae1878f;hp=9619b6d7e6d9d25ef505149e43e7c5ef7d5089f5;hpb=fb037eb2a0842976deddd8df6793ed642eea5674;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 9619b6d7..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; @@ -86,7 +87,6 @@ struct _EvView { gint start_page; gint end_page; gint current_page; - gint find_page; int rotation; double scale; @@ -125,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); };