forked from external/yambar
wip: verify configuration
We now verify the configuration (currently down to module level, but not including particles) that are present are of the expected type.
This commit is contained in:
parent
45e5f11fea
commit
aa38063e37
7 changed files with 856 additions and 27 deletions
5
config-verify.h
Normal file
5
config-verify.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
#include <stdbool.h>
|
||||
#include "yml.h"
|
||||
|
||||
bool config_verify_bar(const struct yml_node *bar);
|
Loading…
Add table
Add a link
Reference in a new issue