From 22f8bfcfb7f0c18a3bff0dd2c7e1b9094cf4bddb Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 6 Sep 2015 23:51:40 +0200 Subject: Cleaning code a bit Preparing for introspection Taken from libgnomekbd, commit: 9a63194641320da5b9131fe34632f13506d6031b from: Sergey V. Udaltsov --- libmatekbd/matekbd-indicator-config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libmatekbd/matekbd-indicator-config.h') diff --git a/libmatekbd/matekbd-indicator-config.h b/libmatekbd/matekbd-indicator-config.h index d7545ff..c989f2a 100644 --- a/libmatekbd/matekbd-indicator-config.h +++ b/libmatekbd/matekbd-indicator-config.h @@ -27,7 +27,8 @@ /* * Indicator configuration */ -typedef struct _MatekbdIndicatorConfig { +typedef struct _MatekbdIndicatorConfig MatekbdIndicatorConfig; +struct _MatekbdIndicatorConfig { int secondary_groups_mask; gboolean show_flags; @@ -41,7 +42,7 @@ typedef struct _MatekbdIndicatorConfig { GtkIconTheme *icon_theme; int config_listener_id; XklEngine *engine; -} MatekbdIndicatorConfig; +}; /** * MatekbdIndicatorConfig functions - -- cgit v1.2.1