mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
improve interfaces
Make an interface structure to hold methods and events. Move interface setup to protocol
This commit is contained in:
parent
905743dac6
commit
7ad02f553a
13 changed files with 341 additions and 255 deletions
|
|
@ -42,6 +42,8 @@ pinos_proxy_new (PinosContext *context,
|
|||
|
||||
pinos_signal_init (&this->destroy_signal);
|
||||
|
||||
pinos_protocol_native_client_setup (this);
|
||||
|
||||
this->id = pinos_map_insert_new (&context->objects, this);
|
||||
spa_list_insert (&this->context->proxy_list, &this->link);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue