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 126e790..a5a7bdc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -36,6 +36,15 @@ struct MqConfig {
MqConfig *
mq_config_new(const gchar *profile);
+gboolean
+mq_config_get_boolean(MqConfig *config, const gchar *name);
+
+gint
+mq_config_get_integer(MqConfig *config, const gchar *name);
+
+gboolean
+mq_config_get_double(MqConfig *config, const gchar *name);
+
void
mq_config_set_boolean(MqConfig *config, const gchar *name, gboolean value);