From 1bfaef2d15ded8c0401df079e32318ea409e6fbe Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 04 Oct 2017 18:26:51 -0400 Subject: mq_config_get_*(), mq_config_set_*(): Free duplicated group/key strings And fix return value of mq_config_get_double(). --- (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index a5a7bdc..20254e9 100644 --- a/src/config.h +++ b/src/config.h @@ -42,7 +42,7 @@ mq_config_get_boolean(MqConfig *config, const gchar *name); gint mq_config_get_integer(MqConfig *config, const gchar *name); -gboolean +gdouble mq_config_get_double(MqConfig *config, const gchar *name); void -- cgit v0.9.1