We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e38001f + 62be5b4 commit 381fd98Copy full SHA for 381fd98
src/rules.h
@@ -56,7 +56,7 @@ struct rule {
56
char *format;
57
char *script;
58
enum behavior_fullscreen fullscreen;
59
- bool enabled;
+ gboolean enabled;
60
int progress_bar_alignment;
61
char *set_stack_tag; // this has to be the last modifying rule
62
};
test/dbus.c
@@ -639,7 +639,7 @@ TEST test_dbus_cb_dunst_RuleList(void)
639
g_variant_dict_init(&d, dict);
640
641
char *str;
642
- bool boolean;
+ gboolean boolean;
643
644
ASSERT(g_variant_dict_lookup(&d, "name", "s", &str));
645
ASSERT_STR_EQ("testing RuleList", str);
0 commit comments