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=b5831e4fbe5413829cd0d55434919c7e79be6a40;hpb=92603d06e3606238f25df947fed3666c5814440d;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index b5831e4f..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; @@ -128,7 +129,7 @@ struct _EvViewClass { gboolean horizontal); void (*zoom_invalid) (EvView *view); void (*external_link) (EvView *view, - EvLink *link); + EvLinkAction *action); void (*popup_menu) (EvView *view, EvLink *link); };