summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-01 14:24:17 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-01 15:09:29 (EDT)
commit8dd98917acb6ee2078c6d4a9e176a016b2648695 (patch)
tree7c3ab96070269d634a0dd367afaea1f8ba4ba80f /src/html.h
parent41a2147edfb2d7bc893ecc5a830143ebfd2d6dd9 (diff)
downloadmarquee-8dd98917acb6ee2078c6d4a9e176a016b2648695.zip
marquee-8dd98917acb6ee2078c6d4a9e176a016b2648695.tar.gz
marquee-8dd98917acb6ee2078c6d4a9e176a016b2648695.tar.bz2
mq_html_list(): 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 8c6c5e4..82ab94f 100644
--- a/src/html.h
+++ b/src/html.h
@@ -45,6 +45,9 @@ gchar *
mq_html_container(const gchar *element, ...);
gchar *
+mq_html_list(const gchar *type, ...);
+
+gchar *
mq_html_notebook(gboolean vertical, const gchar *name, guint current_page, ...);
gchar *