summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-12 18:12:53 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-12 18:12:53 (EDT)
commitca5c031f56967aa8a3d2885c5ed0abfc4ab61644 (patch)
tree65d722707476026cc8b403945d9fa48742a4ec97 /src/web-view.h
parenteca9b9f9e014e1e1f92c89fc3fe9d302e6300eb2 (diff)
downloadmarquee-ca5c031f56967aa8a3d2885c5ed0abfc4ab61644.zip
marquee-ca5c031f56967aa8a3d2885c5ed0abfc4ab61644.tar.gz
marquee-ca5c031f56967aa8a3d2885c5ed0abfc4ab61644.tar.bz2
mq_web_view_zoom_*(): New functions
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 */