diff options
Diffstat (limited to 'src/web-view.h')
-rw-r--r-- | src/web-view.h | 3 |
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); |