mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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
|
|
@ -460,7 +460,7 @@ typedef struct pa_card_info {
|
|||
pa_proplist *proplist; /**< Property list */
|
||||
} pa_card_info;
|
||||
|
||||
/** Callback prototype for pa_context_get_card_info() and friends \since 0.9.15 */
|
||||
/** Callback prototype for pa_context_get_card_info_...() \since 0.9.15 */
|
||||
typedef void (*pa_card_info_cb_t) (pa_context *c, const pa_card_info*i, int eol, void *userdata);
|
||||
|
||||
/** Get information about a card by its index \since 0.9.15 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue