diff options
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r-- | libview/ev-view-private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index 3ec1f790..14221175 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -236,9 +236,9 @@ struct _EvView { struct _EvViewClass { GtkContainerClass parent_class; - void (*binding_activated) (EvView *view, + void (*scroll) (EvView *view, GtkScrollType scroll, - gboolean horizontal); + GtkOrientation orientation); void (*handle_link) (EvView *view, EvLink *link); void (*external_link) (EvView *view, |