summaryrefslogtreecommitdiffstats
path: root/src/web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.c')
-rw-r--r--src/web-view.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web-view.c b/src/web-view.c
index 47324f5..dc0f243 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -660,6 +660,12 @@ mq_web_view_new(MqTab *tab, const gchar *uri)
NULL);
}
+const gchar *
+mq_web_view_get_uri(MqWebView *web_view)
+{
+ return web_view->uri;
+}
+
void
mq_web_view_load_uri(MqWebView *web_view, const gchar *uri)
{