From aa755794bed2475801a2e2cc00e759cf243f6101 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 19 Jun 2013 11:57:57 +0200 Subject: libview: Rename EvView::binding-activated signal as EvView::scroll EvView::binding-activated is too generic name for scroll key bindings. Renamed as EvView::scroll and changed to use GtkOrientable instead of a gboolean. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=b70e413 --- libview/ev-view-private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libview/ev-view-private.h') 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, -- cgit v1.2.1