summaryrefslogtreecommitdiff
path: root/libview/ev-web-view.h
diff options
context:
space:
mode:
authorLars Mueller <[email protected]>2017-08-30 14:57:59 +0200
committerraveit65 <[email protected]>2018-03-16 18:03:35 +0100
commit7619dc678fcc3e64ccefb0565517ca6f14554550 (patch)
treee697ff52f46dbbe1f747e57819785362f64dcf52 /libview/ev-web-view.h
parent58e7446290d78e0744a5193e22bfa300e6737829 (diff)
downloadatril-7619dc678fcc3e64ccefb0565517ca6f14554550.tar.bz2
atril-7619dc678fcc3e64ccefb0565517ca6f14554550.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.h1
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);