summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-30 22:23:45 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-30 22:23:45 (EDT)
commit4ff94c60ab1dc01a9f9ea3a158e321d23d417cbe (patch)
tree9672bb7d4d1afe1d77f2438cca6741967a93f5fd /src/web-view.h
parent472e323a1eea5fddfcee951761ee53568d7991ac (diff)
downloadmarquee-4ff94c60ab1dc01a9f9ea3a158e321d23d417cbe.zip
marquee-4ff94c60ab1dc01a9f9ea3a158e321d23d417cbe.tar.gz
marquee-4ff94c60ab1dc01a9f9ea3a158e321d23d417cbe.tar.bz2
mq_web_view_get_data(): New function
And add a new "data" property to the MqWebView class.
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 9bb8977..dc78a24 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -67,6 +67,9 @@ mq_web_view_get_uri(MqWebView *web_view);
void
mq_web_view_load_uri(MqWebView *web_view, const gchar *uri);
+guchar *
+mq_web_view_get_data(MqWebView *web_view, gsize *length);
+
void
mq_web_view_zoom_in(MqWebView *web_view);