summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-27 22:41:27 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-27 22:41:27 (EDT)
commite71b83ed7ddbc348a1687478786523751705c6a0 (patch)
tree02cab0ebfc0e0df21c2587b71878efc607da9b48 /src/html.h
parentc7bd9ebe7a48c8033374d8622447d29be8af49f5 (diff)
downloadmarquee-e71b83ed7ddbc348a1687478786523751705c6a0.zip
marquee-e71b83ed7ddbc348a1687478786523751705c6a0.tar.gz
marquee-e71b83ed7ddbc348a1687478786523751705c6a0.tar.bz2
mq_html_input_iframe(): New function
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index 6184683..92fe2ea 100644
--- a/src/html.h
+++ b/src/html.h
@@ -82,4 +82,7 @@ mq_html_input_select(const gchar *name, const gchar *label,
GDestroyNotify destroy_value, GDestroyNotify destroy_label, ...)
G_GNUC_NULL_TERMINATED;
+gchar *
+mq_html_input_iframe(const gchar *src);
+
#endif