From c22d8b9a7ab3269d3399061a63f9798a36642ab3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 23 Jun 2008 22:47:37 +0200 Subject: don't refer to nonexisting pa_stream_read() function --- src/pulse/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/stream.h') diff --git a/src/pulse/stream.h b/src/pulse/stream.h index 55f36b7f..fbf0ae44 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -392,7 +392,7 @@ int pa_stream_drop(pa_stream *p); /** Return the number of bytes that may be written using pa_stream_write() */ size_t pa_stream_writable_size(pa_stream *p); -/** Return the number of bytes that may be read using pa_stream_read()*/ +/** Return the number of bytes that may be read using pa_stream_peek()*/ size_t pa_stream_readable_size(pa_stream *p); /** Drain a playback stream. Use this for notification when the buffer is empty */ -- cgit