mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-23 04:25:31 +00:00
docs: fix incorrect docs
This commit is contained in:
parent
20fe4ac8d0
commit
2f618487ba
|
@ -702,9 +702,8 @@ 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 and
|
/// When you call this, the SoundIo::on_devices_change might be called. This
|
||||||
/// SoundIo::on_events_signal callbacks
|
/// is the only time can be called.
|
||||||
/// might be called. This is the only time those callbacks will 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