summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/html.h')
-rw-r--r--src/utils/html.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 3cff076..023edb2 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -48,6 +48,10 @@ mq_html_container(const gchar *element, const gchar *classes, ...)
G_GNUC_NULL_TERMINATED;
gchar *
+mq_html_container_v(const gchar *element, const gchar *classes,
+ gchar **children);
+
+gchar *
mq_html_list(const gchar *type, GDestroyNotify destroy, ...)
G_GNUC_NULL_TERMINATED;