mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
headers: Some trivial fixes for some documentation typos
Note also the willneed/will_need inconsistency. I guess it could be nice to ASAP
choose one of them and introduce a backward compatibility hack for the other.
The issues was mostly found with:
for a in $(grep -r '^[ /]\*.*()' $(
find -name '*.[ch]') |
sed 's,^.* \([^ ]*\)().*$,\1,g' |
sort |
uniq |
grep ^pa_)
do
grep -rq "^.[^*].*\<$a(" $(find * -name '*.h') || echo $a
done
This commit is contained in:
parent
0e47065fe5
commit
6faf38313e
9 changed files with 16 additions and 14 deletions
|
|
@ -82,8 +82,8 @@
|
|||
*
|
||||
* \li pa_simple_drain() - Will wait for all sent data to finish playing.
|
||||
* \li pa_simple_flush() - Will throw away all data currently in buffers.
|
||||
* \li pa_simple_get_playback_latency() - Will return the total latency of
|
||||
* the playback pipeline.
|
||||
* \li pa_simple_get_latency() - Will return the total latency of
|
||||
* the playback pipeline.
|
||||
*
|
||||
* \section cleanup_sec Cleanup
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue