summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.h')
-rw-r--r--src/web-view.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/web-view.h b/src/web-view.h
index 24a1ba5..a662641 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -56,6 +56,15 @@ mq_web_view_get_uri(MqWebView *web_view);
void
mq_web_view_load_uri(MqWebView *web_view, const gchar *uri);
+void
+mq_web_view_zoom_in(MqWebView *web_view);
+
+void
+mq_web_view_zoom_out(MqWebView *web_view);
+
+void
+mq_web_view_zoom_reset(MqWebView *web_view);
+
G_END_DECLS
#endif /* MQ_WEB_VIEW_H */