summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-01 16:34:12 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-01 16:34:12 (EDT)
commite359f93c06bb9258ceea1c420d033289e2e56a78 (patch)
treea28ace9a5098d164dd9166af90201672c285cf96 /src/html.h
parent1928d91553265b9735ee16310de5ea8de051b119 (diff)
downloadmarquee-e359f93c06bb9258ceea1c420d033289e2e56a78.zip
marquee-e359f93c06bb9258ceea1c420d033289e2e56a78.tar.gz
marquee-e359f93c06bb9258ceea1c420d033289e2e56a78.tar.bz2
mq_html_list_v(): 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 82affa8..cfbbbb9 100644
--- a/src/html.h
+++ b/src/html.h
@@ -46,6 +46,9 @@ gchar *
mq_html_list(const gchar *type, GDestroyNotify destroy, ...);
gchar *
+mq_html_list_v(const gchar *type, gchar **children);
+
+gchar *
mq_html_notebook(gboolean vertical, const gchar *name, guint current_page, ...);
gchar *