summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-05 14:39:32 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-05 14:39:32 (EST)
commitc7bf27ff65f5eb163785ee3f481993995a44b07d (patch)
tree5379147899d5cc339705b8f7520b7219b41d486c /src/utils/html.h
parentd162678bac0161195bc86ccb03792248a7d1eba6 (diff)
downloadmarquee-c7bf27ff65f5eb163785ee3f481993995a44b07d.zip
marquee-c7bf27ff65f5eb163785ee3f481993995a44b07d.tar.gz
marquee-c7bf27ff65f5eb163785ee3f481993995a44b07d.tar.bz2
mq_html_document*(): Add styles parameter
Diffstat (limited to 'src/utils/html.h')
-rw-r--r--src/utils/html.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 16129be..ffdddc2 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -27,10 +27,11 @@
G_BEGIN_DECLS
gchar *
-mq_html_document(const gchar *title, ...) G_GNUC_NULL_TERMINATED;
+mq_html_document(const gchar *title, const gchar *styles, ...)
+ G_GNUC_NULL_TERMINATED;
gchar *
-mq_html_document_v(const gchar *title, gchar **children);
+mq_html_document_v(const gchar *title, const gchar *styles, gchar **children);
#define TEXT_ELEMENT(ELEM) \
gchar * \