mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -04:00
add some missing events
Add initialized events for completeness
This commit is contained in:
parent
b73976ff10
commit
b7c5e00697
14 changed files with 44 additions and 2 deletions
|
|
@ -63,6 +63,10 @@ struct pw_module_events {
|
|||
|
||||
/** The module is destroyed */
|
||||
void (*destroy) (void *data);
|
||||
/** The module is freed */
|
||||
void (*free) (void *data);
|
||||
/** The module is initialized */
|
||||
void (*initialized) (void *data);
|
||||
|
||||
/** The module is registered. This is a good time to register
|
||||
* objectes created from the module. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue