summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
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 7f1de44..7a77c66 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -54,6 +54,9 @@ mq_web_view_get_type(void);
MqWebView *
mq_web_view_new(MqTab *tab, const gchar *uri);
+const gchar *
+mq_web_view_get_uri(MqWebView *web_view);
+
void
mq_web_view_load_uri(MqWebView *web_view, const gchar *uri);