summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-12 01:00:30 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-12 01:00:30 (EDT)
commit074fc5a66cb9f93f00535fe6dce4542d0a4e9dc2 (patch)
tree718406e4632070f97ec9c8f6458038c31a0dee9e /src/web-view.h
parentcbdb0854d2f0e08abfe7e4a06bf4cb4e4e4c2ccd (diff)
downloadmarquee-074fc5a66cb9f93f00535fe6dce4542d0a4e9dc2.zip
marquee-074fc5a66cb9f93f00535fe6dce4542d0a4e9dc2.tar.gz
marquee-074fc5a66cb9f93f00535fe6dce4542d0a4e9dc2.tar.bz2
mq_web_view_load_uri(): 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 36c5638..7f1de44 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);
+void
+mq_web_view_load_uri(MqWebView *web_view, const gchar *uri);
+
/* Temporary compatibility methods */
GtkWidget *