mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Add resource override method
Add an easy way to override a resource implementation and use this in the flatpak module. Add more methods
This commit is contained in:
parent
77e326bf6d
commit
6b6b827a3b
18 changed files with 323 additions and 179 deletions
|
|
@ -270,7 +270,7 @@ struct pw_resource {
|
|||
uint32_t version; /**< version of the client interface */
|
||||
|
||||
struct pw_listener implementation;
|
||||
|
||||
struct pw_listener_list implementation_list;
|
||||
struct pw_listener_list listener_list;
|
||||
|
||||
const struct pw_protocol_marshal *marshal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue