summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-28 16:43:07 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-28 16:43:07 (EDT)
commitb5884db66184cddf436f466a98f14d6aa4c3880b (patch)
tree314109996ba12364d20e12042778995e94da92d9 /src/web-view.h
parent3a1deda22290dbf0f495d1050aa710410c3c3570 (diff)
downloadmarquee-b5884db66184cddf436f466a98f14d6aa4c3880b.zip
marquee-b5884db66184cddf436f466a98f14d6aa4c3880b.tar.gz
marquee-b5884db66184cddf436f466a98f14d6aa4c3880b.tar.bz2
mq_web_view_open(), mq_web_view_save(): New functions
Diffstat (limited to 'src/web-view.h')
-rw-r--r--src/web-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web-view.h b/src/web-view.h
index fa209c1..913e1f9 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -66,6 +66,12 @@ mq_web_view_zoom_out(MqWebView *web_view);
void
mq_web_view_zoom_reset(MqWebView *web_view);
+void
+mq_web_view_open(MqWebView *web_view);
+
+void
+mq_web_view_save(MqWebView *web_view);
+
G_END_DECLS
#endif /* MQ_WEB_VIEW_H */