summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-04 13:28:41 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-04 13:28:41 (EDT)
commitfe24da629d0e96795e5e2c368964fc2e60118f04 (patch)
tree4953292c2a8a2de759d6f7ccfe9e0ec172fc1d78 /src/utils/html.h
parentc0b07c73529012f9df3c1f4a1f5fcb087fd0a1ec (diff)
downloadmarquee-fe24da629d0e96795e5e2c368964fc2e60118f04.zip
marquee-fe24da629d0e96795e5e2c368964fc2e60118f04.tar.gz
marquee-fe24da629d0e96795e5e2c368964fc2e60118f04.tar.bz2
mq_html_input_radio(): Add id parameter
Diffstat (limited to 'src/utils/html.h')
-rw-r--r--src/utils/html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 023edb2..98b49b2 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -78,7 +78,8 @@ mq_html_input_number_d(const gchar *name, const gchar *label,
gdouble min, gdouble step, gdouble max, gdouble value);
gchar *
-mq_html_input_radio(const gchar *name, const gchar *label, gboolean checked);
+mq_html_input_radio(const gchar *name, const gchar *id, const gchar *label,
+ gboolean checked);
gchar *
mq_html_input_checkbox(const gchar *name, const gchar *label, gboolean checked);