diff options
author | Carlos Garcia Campos <[email protected]> | 2013-06-19 12:10:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-06 18:25:34 +0200 |
commit | 6740baaa2eb9ee0b5dec91cded20f95ca88af3a9 (patch) | |
tree | 33748bb60e939898ad82a31277c0014b12554bbf /libview/ev-view-marshal.list | |
parent | aa755794bed2475801a2e2cc00e759cf243f6101 (diff) | |
download | atril-6740baaa2eb9ee0b5dec91cded20f95ca88af3a9.tar.bz2 atril-6740baaa2eb9ee0b5dec91cded20f95ca88af3a9.tar.xz |
libview: Use GtkBindings for caret navigation
This allows themes to override the key bindings and API users to move
the caret cursor programmatically using g_signal_emit_by_name.
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=1206ff1
Diffstat (limited to 'libview/ev-view-marshal.list')
-rw-r--r-- | libview/ev-view-marshal.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view-marshal.list b/libview/ev-view-marshal.list index fad49248..0ead4025 100644 --- a/libview/ev-view-marshal.list +++ b/libview/ev-view-marshal.list @@ -1,2 +1,3 @@ VOID:ENUM,ENUM VOID:INT,INT +BOOLEAN:ENUM,INT |