summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-14 23:26:42 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-14 23:26:42 (EST)
commit07d640ae1b1125c1f079b7422140b8e70ee9da9c (patch)
treeedb82fbad32bde2d8ec80ca541c907a017793c8e /src/web-view.h
parent3d570ce5ac40a1a05f41fe8a68581cc49ea81a60 (diff)
downloadmarquee-07d640ae1b1125c1f079b7422140b8e70ee9da9c.zip
marquee-07d640ae1b1125c1f079b7422140b8e70ee9da9c.tar.gz
marquee-07d640ae1b1125c1f079b7422140b8e70ee9da9c.tar.bz2
mq_web_view_grab_focus(): 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 0da60e0..7fff164 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -89,6 +89,9 @@ mq_web_view_open(MqWebView *web_view);
void
mq_web_view_save(MqWebView *web_view);
+void
+mq_web_view_grab_focus(MqWebView *web_view);
+
G_END_DECLS
#endif /* MQ_WEB_VIEW_H */