From 5606936b03f66f2f62caf1330addc815d2453af8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 01 Oct 2017 15:56:23 -0400 Subject: mq_html_list_free(): New function --- (limited to 'src/html.h') diff --git a/src/html.h b/src/html.h index 82ab94f..b2b3b32 100644 --- a/src/html.h +++ b/src/html.h @@ -48,6 +48,9 @@ gchar * mq_html_list(const gchar *type, ...); gchar * +mq_html_list_free(const gchar *type, ...); + +gchar * mq_html_notebook(gboolean vertical, const gchar *name, guint current_page, ...); gchar * -- cgit v0.9.1