diff options
Diffstat (limited to 'src/web-view.c')
-rw-r--r-- | src/web-view.c | 6 |
1 files changed, 6 insertions, 0 deletions
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) { |