mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
connection: improve some return values
This commit is contained in:
parent
ae905530ba
commit
1f73143d55
3 changed files with 13 additions and 12 deletions
|
|
@ -87,10 +87,10 @@ void
|
|||
pw_protocol_native_connection_end(struct pw_protocol_native_connection *conn,
|
||||
struct spa_pod_builder *builder);
|
||||
|
||||
bool
|
||||
int
|
||||
pw_protocol_native_connection_flush(struct pw_protocol_native_connection *conn);
|
||||
|
||||
bool
|
||||
int
|
||||
pw_protocol_native_connection_clear(struct pw_protocol_native_connection *conn);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue