]> code.delx.au - pulseaudio/commitdiff
don't refer to nonexisting pa_stream_read() function
authorLennart Poettering <lennart@poettering.net>
Mon, 23 Jun 2008 20:47:37 +0000 (22:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Jun 2008 20:47:37 +0000 (22:47 +0200)
src/pulse/stream.h

index 55f36b7f48e30d7bce76ceaefd97b98ebed64a81..fbf0ae445c7e4d61f51e0c3c54ba7e30c389b56b 100644 (file)
@@ -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 */