From 8fc032f2f64f4b7eb022adb0b1255a5a68df109f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 22 Oct 2017 19:09:22 -0400 Subject: Merge branch 'gobjectification' --- (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 55eeed4..93af5f8 100644 --- a/src/config.h +++ b/src/config.h @@ -19,20 +19,12 @@ * along with Marquee. If not, see . */ -typedef struct MqConfig MqConfig; - #ifndef MQ_CONFIG_H #define MQ_CONFIG_H -#include +typedef struct MqConfig MqConfig; -struct MqConfig { - gchar *profile; - gchar *file_name; - GKeyFile *key_file; - gboolean types_and_cbs_set; - GHashTable *types_and_cbs; -}; +#include typedef void (*MqConfigBooleanCallback)(MqConfig *, const gchar *, const gboolean, gpointer); -- cgit v0.9.1