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=0643fa876a26a981c6f4f09a869b02d709b21189;hb=0be3be0d4166be324d628802772e99cacd336f11;hp=1618417d084f16c9837eee7e0c6dcf41367ab430;hpb=e71d27db284ccf431167816167bf72f1e23c334d;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 1618417d..0643fa87 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -97,8 +97,9 @@ struct _EvView { EvDocument *document; - char *find_status; - int find_result; + /* Find */ + GList **find_pages; + gint find_result; gboolean jump_to_find_result; gboolean highlight_find_results; @@ -185,7 +186,7 @@ struct _EvViewClass { GtkLayoutClass parent_class; void (*binding_activated) (EvView *view, - EvScrollType scroll, + GtkScrollType scroll, gboolean horizontal); void (*zoom_invalid) (EvView *view); void (*handle_link) (EvView *view,