From: Peter Meerwald Date: Thu, 6 Mar 2014 09:31:32 +0000 (+0100) Subject: doc: Fix pa_stream_set_latency_update_callback() documentation X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/73a6a169b22babc7e75e171a12559cb5b8407636?ds=sidebyside doc: Fix pa_stream_set_latency_update_callback() documentation the latency_update callback is supported on playback AND record streams Signed-off-by: Peter Meerwald --- diff --git a/src/pulse/stream.h b/src/pulse/stream.h index 47e0c686..7ceb5698 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -628,7 +628,7 @@ void pa_stream_set_started_callback(pa_stream *p, pa_stream_notify_cb_t cb, void /** Set the callback function that is called whenever a latency * information update happens. Useful on PA_STREAM_AUTO_TIMING_UPDATE - * streams only. (Only for playback streams) */ + * streams only. */ void pa_stream_set_latency_update_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata); /** Set the callback function that is called whenever the stream is