mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
WIP object model change
Work on cleanup
This commit is contained in:
parent
c25ccbb4ba
commit
0d21d633c9
26 changed files with 912 additions and 821 deletions
|
|
@ -98,7 +98,10 @@ struct _PinosCore {
|
|||
PinosPort *port));
|
||||
PINOS_SIGNAL (link_state_changed, (PinosListener *listener,
|
||||
PinosLink *link));
|
||||
|
||||
PINOS_SIGNAL (node_unlink, (PinosListener *listener,
|
||||
PinosNode *node));
|
||||
PINOS_SIGNAL (node_unlink_done, (PinosListener *listener,
|
||||
PinosNode *node));
|
||||
};
|
||||
|
||||
PinosCore * pinos_core_new (PinosMainLoop *main_loop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue