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-marshal.list | |
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-marshal.list')
-rw-r--r-- | libview/ev-view-marshal.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view-marshal.list b/libview/ev-view-marshal.list index d7b0e75e..fad49248 100644 --- a/libview/ev-view-marshal.list +++ b/libview/ev-view-marshal.list @@ -1,2 +1,2 @@ -VOID:ENUM,BOOLEAN +VOID:ENUM,ENUM VOID:INT,INT |