forked from external/yambar
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
|
@ -321,7 +321,7 @@ from_conf(const struct yml_node *node, const struct font *parent_font)
|
|||
return xwindow_new(conf_to_particle(c, parent_font));
|
||||
}
|
||||
|
||||
const struct module_info module_info = {
|
||||
const struct module_info plugin_info = {
|
||||
.from_conf = &from_conf,
|
||||
.attr_count = 2,
|
||||
.attrs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue