summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-04 15:30:56 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-04 15:30:56 (EDT)
commitc1694f37f26ab46f4bad394424f0394be11936cd (patch)
treebf09b76912e6c52d65ecabd7a8041c16c41a94bc /src/utils/html.h
parentd7c7eefd5c17da24ac19e37689bfa609ca69fef6 (diff)
downloadmarquee-c1694f37f26ab46f4bad394424f0394be11936cd.zip
marquee-c1694f37f26ab46f4bad394424f0394be11936cd.tar.gz
marquee-c1694f37f26ab46f4bad394424f0394be11936cd.tar.bz2
mq_html_input_radio(): Add value parameter
Diffstat (limited to 'src/utils/html.h')
-rw-r--r--src/utils/html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/html.h b/src/utils/html.h
index 86067a9..53d4216 100644
--- a/src/utils/html.h
+++ b/src/utils/html.h
@@ -85,8 +85,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 *id, const gchar *label,
- gboolean checked);
+mq_html_input_radio(const gchar *name, const gchar *id, const gchar *value,
+ const gchar *label, gboolean checked);
gchar *
mq_html_input_checkbox(const gchar *name, const gchar *label, gboolean checked);