summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-30 03:28:01 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-30 03:28:01 (EDT)
commit3066fc3dbf65edfd45fc1be2b557756be1e39123 (patch)
treeb54b3d5affd0efe500abbae817387eb18ed1bb7c /src/web-view.h
parent0509c7fdbf73cb5b732942954b05b4c4a6dd72f4 (diff)
downloadmarquee-3066fc3dbf65edfd45fc1be2b557756be1e39123.zip
marquee-3066fc3dbf65edfd45fc1be2b557756be1e39123.tar.gz
marquee-3066fc3dbf65edfd45fc1be2b557756be1e39123.tar.bz2
mq_web_view_get_config(): New function
Diffstat (limited to 'src/web-view.h')
-rw-r--r--src/web-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web-view.h b/src/web-view.h
index 7a33789..76b4f2d 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -51,6 +51,9 @@ mq_web_view_get_type(void);
MqWebView *
mq_web_view_new(MqTabPage *tab_page, const gchar *uri);
+MqConfig *
+mq_web_view_get_config(MqWebView *web_view);
+
const gchar *
mq_web_view_get_uri(MqWebView *web_view);