summaryrefslogtreecommitdiffstats
path: root/src/web-view-schemes/methods.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-08 15:05:28 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-08 15:05:28 (EST)
commitd3f56aef61925ded910612c402caed2d2794546d (patch)
tree7a98f8a4e52a84873cea2c71bc48f0096eb25998 /src/web-view-schemes/methods.c
parent7d72554c991c4a2f431293a5791f0fb6805fce1d (diff)
downloadmarquee-d3f56aef61925ded910612c402caed2d2794546d.zip
marquee-d3f56aef61925ded910612c402caed2d2794546d.tar.gz
marquee-d3f56aef61925ded910612c402caed2d2794546d.tar.bz2
mq_web_view_about_scheme_methods: New scheme methods
Diffstat (limited to 'src/web-view-schemes/methods.c')
-rw-r--r--src/web-view-schemes/methods.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web-view-schemes/methods.c b/src/web-view-schemes/methods.c
index 0a682a3..89c7fb5 100644
--- a/src/web-view-schemes/methods.c
+++ b/src/web-view-schemes/methods.c
@@ -48,6 +48,8 @@ mq_web_view_scheme_set_methods(MqWebView *web_view, MqWebViewScheme *scheme,
check_and_set_methods(web_view, scheme, methods, uri,
&mq_web_view_normal_scheme_methods) ||
check_and_set_methods(web_view, scheme, methods, uri,
+ &mq_web_view_about_scheme_methods) ||
+ check_and_set_methods(web_view, scheme, methods, uri,
&mq_web_view_view_source_scheme_methods);
#pragma GCC diagnostic pop