From bc3add50886602f1cc1ea248305d4cc49c3619c8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 30 Sep 2017 19:40:20 -0400 Subject: mq_html_container(): New function --- (limited to 'src/html.h') diff --git a/src/html.h b/src/html.h index f80f897..db738e9 100644 --- a/src/html.h +++ b/src/html.h @@ -25,6 +25,9 @@ #include gchar * +mq_html_container(const gchar *element, ...); + +gchar * mq_html_notebook(gboolean vertical, const gchar *name, ...); gchar * -- cgit v0.9.1