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:
Wim Taymans 2017-08-08 15:01:36 +02:00
parent 77e326bf6d
commit 6b6b827a3b
18 changed files with 323 additions and 179 deletions

View file

@ -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;