mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
modules: rename module_info -> plugin_info
This is the same name used by particles.
This commit is contained in:
parent
307a1f5ec8
commit
ec4a47e5db
12 changed files with 12 additions and 12 deletions
|
@ -701,7 +701,7 @@ verify_content(keychain_t *chain, const struct yml_node *node)
|
|||
return true;
|
||||
}
|
||||
|
||||
const struct module_info module_info = {
|
||||
const struct module_info plugin_info = {
|
||||
.from_conf = &from_conf,
|
||||
.attr_count = 5,
|
||||
.attrs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue