From 1d2cf2ed59183c4d4abd57f7785ffe2d62550e54 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 1 Sep 2015 18:40:03 -0700 Subject: [PATCH] docs: on_backend_disconnect clarification --- soundio/soundio.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/soundio/soundio.h b/soundio/soundio.h index 723ac84..7f56ea3 100644 --- a/soundio/soundio.h +++ b/soundio/soundio.h @@ -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 /// times per second. /// -/// When you call this, the SoundIo::on_devices_change might be called. This -/// is the only time can be called. +/// When you call this, the following callbacks might 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 /// these functions: