mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 10:35:40 +02:00
modules/dwl: new module
This commit is contained in:
parent
6027b2728b
commit
3f7755d38e
10 changed files with 624 additions and 4 deletions
2
yml.h
2
yml.h
|
@ -13,6 +13,8 @@ bool yml_is_list(const struct yml_node *node);
|
|||
|
||||
const struct yml_node *yml_get_value(
|
||||
const struct yml_node *node, const char *path);
|
||||
const struct yml_node *yml_get_key(
|
||||
struct yml_node const *node, char const *path);
|
||||
|
||||
struct yml_list_iter {
|
||||
const struct yml_node *node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue