summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-01 15:56:23 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-01 15:56:23 (EDT)
commit5606936b03f66f2f62caf1330addc815d2453af8 (patch)
tree490fb30d6dfea3fc609c735613372da98e5423ff /src/html.h
parent8dd98917acb6ee2078c6d4a9e176a016b2648695 (diff)
downloadmarquee-5606936b03f66f2f62caf1330addc815d2453af8.zip
marquee-5606936b03f66f2f62caf1330addc815d2453af8.tar.gz
marquee-5606936b03f66f2f62caf1330addc815d2453af8.tar.bz2
mq_html_list_free(): 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 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 *