summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index f7e285c..126e790 100644
--- a/src/config.h
+++ b/src/config.h
@@ -39,4 +39,13 @@ mq_config_new(const gchar *profile);
void
mq_config_set_boolean(MqConfig *config, const gchar *name, gboolean value);
+void
+mq_config_set_integer(MqConfig *config, const gchar *name, gint value);
+
+void
+mq_config_set_double(MqConfig *config, const gchar *name, gdouble value);
+
+gboolean
+mq_config_set(MqConfig *config, const gchar *name, const gchar *value);
+
#endif