From 3066fc3dbf65edfd45fc1be2b557756be1e39123 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 30 Oct 2017 03:28:01 -0400 Subject: mq_web_view_get_config(): New function --- (limited to 'src/web-view.c') diff --git a/src/web-view.c b/src/web-view.c index 3405e1b..ff4cc72 100644 --- a/src/web-view.c +++ b/src/web-view.c @@ -760,6 +760,12 @@ mq_web_view_new(MqTabPage *tab_page, const gchar *uri) NULL); } +MqConfig * +mq_web_view_get_config(MqWebView *web_view) +{ + return web_view->config; +} + const gchar * mq_web_view_get_uri(MqWebView *web_view) { -- cgit v0.9.1