summaryrefslogtreecommitdiffstats
path: root/src/pulse/simple.h
diff options
context:
space:
mode:
authorDavid Fries <david@fries.net>2010-10-12 20:05:47 -0500
committerColin Guthrie <cguthrie@mandriva.org>2010-10-13 09:07:39 +0100
commit2da3c47838ef548ba13965c145c408f0f01b94c9 (patch)
treeba77f762d8e8e82823b6a89c53f8415e34c98a8e /src/pulse/simple.h
parent9295e4a0dcd3aebd77b6732651bbd417c6cd2e46 (diff)
doxygen: Documentation improvements
stream.h, simple.h The words drain and flush are a little ambiguous, make it explicit as to what happens to any existing audio. *mainloop.h reword *_free and *_get_api for grammar
Diffstat (limited to 'src/pulse/simple.h')
-rw-r--r--src/pulse/simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/simple.h b/src/pulse/simple.h
index b1f65374..df8758b0 100644
--- a/src/pulse/simple.h
+++ b/src/pulse/simple.h
@@ -140,7 +140,7 @@ int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error);
/** Return the playback latency. */
pa_usec_t pa_simple_get_latency(pa_simple *s, int *error);
-/** Flush the playback buffer. */
+/** Flush the playback buffer. This discards any audio in the buffer. */
int pa_simple_flush(pa_simple *s, int *error);
PA_C_DECL_END