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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/web-view.h b/src/web-view.h
index b073fb4..9bb8977 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -30,6 +30,7 @@ typedef struct _MqWebViewClass MqWebViewClass;
#include <webkit2/webkit2.h>
#include "tab-page.h"
+#include "web-view-schemes/schemes.h"
G_BEGIN_DECLS
@@ -51,6 +52,9 @@ mq_web_view_get_type(void);
MqWebView *
mq_web_view_new(MqTabPage *tab_page, const gchar *uri);
+MqWebViewScheme *
+mq_web_view_get_scheme(MqWebView *web_view);
+
MqConfig *
mq_web_view_get_config(MqWebView *web_view);