From e9b67a4f9f7b500c026ef1e88076778766969f70 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 20 Nov 2015 21:58:35 -0700 Subject: [PATCH] docs: add note about soundio_outstream_start calling write_callback --- soundio/soundio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soundio/soundio.h b/soundio/soundio.h index c5a285d..bf5ebef 100644 --- a/soundio/soundio.h +++ b/soundio/soundio.h @@ -940,6 +940,8 @@ SOUNDIO_EXPORT int soundio_outstream_open(struct SoundIoOutStream *outstream); /// After you call this function, SoundIoOutStream::write_callback will be called. /// +/// This function might directly call SoundIoOutStream::write_callback. +/// /// Possible errors: /// * #SoundIoErrorStreaming /// * #SoundIoErrorNoMem