mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
Fix typos
This commit is contained in:
parent
379068c31d
commit
47ef2b6b09
35 changed files with 53 additions and 53 deletions
|
|
@ -235,7 +235,7 @@ int jack_set_net_slave_shutdown_callback(jack_net_slave_t *net, JackNetSlaveShut
|
|||
/**
|
||||
* Prototype for server Restart callback : this is the new preferable way to be notified when the master has disappeared.
|
||||
* The client may want to retry connecting a certain number of time (which will be done using the time_out value given in jack_net_slave_open)
|
||||
* by returning 0. Otherwise returning a non-zero error code will definively close the connection
|
||||
* by returning 0. Otherwise returning a non-zero error code will definitively close the connection
|
||||
* (and jack_net_slave_is_active will later on return false).
|
||||
* If both Shutdown and Restart are supplied, Restart callback will be used.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue