mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-03 20:25:29 +00:00
docs: on_backend_disconnect clarification
This commit is contained in:
parent
2f618487ba
commit
1d2cf2ed59
|
@ -702,8 +702,10 @@ SOUNDIO_EXPORT bool soundio_have_backend(enum SoundIoBackend backend);
|
||||||
/// information is done elsewhere. It is performant to call this function many
|
/// information is done elsewhere. It is performant to call this function many
|
||||||
/// times per second.
|
/// times per second.
|
||||||
///
|
///
|
||||||
/// When you call this, the SoundIo::on_devices_change might be called. This
|
/// When you call this, the following callbacks might be called:
|
||||||
/// is the only time can be called.
|
/// * SoundIo::on_devices_change
|
||||||
|
/// * SoundIo::on_backend_disconnect
|
||||||
|
/// This is the only time those callbacks can be called.
|
||||||
///
|
///
|
||||||
/// This must be called from the same thread as the thread in which you call
|
/// This must be called from the same thread as the thread in which you call
|
||||||
/// these functions:
|
/// these functions:
|
||||||
|
|
Loading…
Reference in a new issue