diff options
author | Lars Mueller <[email protected]> | 2017-08-30 14:57:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-15 19:11:11 +0100 |
commit | 580e4fa77018dc57cfd88e229fb21b1d87dfd3dd (patch) | |
tree | bef8430bcffd40808f1b578fdfdc49005b2947cb /libview/ev-web-view.h | |
parent | a3ade9fd0cea1bb4a6d0c00cf89ffc546093683a (diff) | |
download | atril-580e4fa77018dc57cfd88e229fb21b1d87dfd3dd.tar.bz2 atril-580e4fa77018dc57cfd88e229fb21b1d87dfd3dd.tar.xz |
Add zoom reset
origin commit:
https://github.com/linuxmint/xreader/commit/43acb8f
Diffstat (limited to 'libview/ev-web-view.h')
-rw-r--r-- | libview/ev-web-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-web-view.h b/libview/ev-web-view.h index 42345ca1..90892d37 100644 --- a/libview/ev-web-view.h +++ b/libview/ev-web-view.h @@ -83,6 +83,7 @@ void ev_web_view_copy (EvWebView *webview); /* Zoom control */ gboolean ev_web_view_zoom_in (EvWebView *webview); gboolean ev_web_view_zoom_out (EvWebView *webview); +gboolean ev_web_view_zoom_reset (EvWebView *webview); /*For safe replacement by an EvView*/ void ev_web_view_disconnect_handlers (EvWebView *webview); |