mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: rename module_info::prepare() to create()
Now that the method does not actually create the `module` object, it would be somewhat misleading to call it "create", so rename it to "prepare".
This commit is contained in:
parent
fa3a28ab68
commit
75d28cadcd
25 changed files with 57 additions and 57 deletions
|
|
@ -40,7 +40,7 @@ struct module_info {
|
|||
|
||||
unsigned int load_once:1;
|
||||
|
||||
int (*create) (struct module *module);
|
||||
int (*prepare) (struct module *module);
|
||||
int (*load) (struct client *client, struct module *module);
|
||||
int (*unload) (struct module *module);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue