summaryrefslogtreecommitdiff
path: root/libview/ev-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-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-view.h')
-rw-r--r--libview/ev-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index fdf6c0ea..802b8cb9 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -63,6 +63,7 @@ gboolean ev_view_can_zoom_in (EvView *view);
void ev_view_zoom_in (EvView *view);
gboolean ev_view_can_zoom_out (EvView *view);
void ev_view_zoom_out (EvView *view);
+void ev_view_zoom_reset (EvView *view);
void ev_view_zoom (EvView *view,
gdouble factor);