mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pass the client object around
Pass the client object around, it's easier to deal with than the sender id. Fix the ASYNC return check Don't overwrite the fds of a pollitem, instead keep an index of their position in the global fd array.
This commit is contained in:
parent
7b53fa8685
commit
c6861845a7
14 changed files with 123 additions and 79 deletions
|
|
@ -65,7 +65,7 @@ struct _PinosDaemonClass {
|
|||
GType pinos_daemon_get_type (void);
|
||||
|
||||
PinosDaemon * pinos_daemon_new (PinosProperties *properties);
|
||||
const gchar * pinos_daemon_get_sender (PinosDaemon *daemon);
|
||||
const gchar * pinos_daemon_get_object_path (PinosDaemon *daemon);
|
||||
|
||||
void pinos_daemon_start (PinosDaemon *daemon);
|
||||
void pinos_daemon_stop (PinosDaemon *daemon);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue