mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-24 08:56:47 -05:00
connection: signal errors
This commit is contained in:
parent
6fb0f580ea
commit
101d2af1be
2 changed files with 17 additions and 6 deletions
|
|
@ -31,6 +31,8 @@ struct pw_protocol_native_connection_events {
|
|||
#define PW_VERSION_PROTOCOL_NATIVE_CONNECTION_EVENTS 0
|
||||
void (*destroy) (void *data);
|
||||
|
||||
void (*error) (void *data, int error);
|
||||
|
||||
void (*need_flush) (void *data);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue