diff options
author | Carlos Garcia Campos <[email protected]> | 2013-06-19 11:57:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-06 18:25:34 +0200 |
commit | aa755794bed2475801a2e2cc00e759cf243f6101 (patch) | |
tree | b8f096c7e919da9455c0086e5740ff019184b288 /libview/ev-view-private.h | |
parent | 84264408cc7733e8b2cc4febd95d8309efca25b7 (diff) | |
download | atril-aa755794bed2475801a2e2cc00e759cf243f6101.tar.bz2 atril-aa755794bed2475801a2e2cc00e759cf243f6101.tar.xz |
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
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, |