summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-04 14:37:10 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-04 14:37:10 (EDT)
commitb70243d38d68c5eaf7643b492e9d5e38e8a35301 (patch)
tree6a96eba9fe9e064941e2789d1a9ac138e2bdc447 /src/utils/html.h
parentddc3b8bb2a19f1c5084520702d0c9639655d0cc9 (diff)
downloadmarquee-b70243d38d68c5eaf7643b492e9d5e38e8a35301.zip
marquee-b70243d38d68c5eaf7643b492e9d5e38e8a35301.tar.gz
marquee-b70243d38d68c5eaf7643b492e9d5e38e8a35301.tar.bz2
mq_html_document_v(): New function
Diffstat (limited to 'src/utils/html.h')
-rw-r--r--src/utils/html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 27e0cfe..10588f7 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -29,6 +29,9 @@ G_BEGIN_DECLS
gchar *
mq_html_document(const gchar *title, ...) G_GNUC_NULL_TERMINATED;
+gchar *
+mq_html_document_v(const gchar *title, gchar **children);
+
#define TEXT_ELEMENT(ELEM) \
gchar * \
mq_html_##ELEM(const gchar *text); \