From e359f93c06bb9258ceea1c420d033289e2e56a78 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 01 Oct 2017 16:34:12 -0400 Subject: mq_html_list_v(): New function --- (limited to 'src/html.h') 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 * -- cgit v0.9.1