mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
doc: Use correct parameter name wait_for_accept in documentation of pa_threaded_mainloop_signal()
also sneaks in a full stop in documentation elsewhere Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
305409cfcf
commit
26ab04a290
1 changed files with 2 additions and 2 deletions
|
|
@ -272,7 +272,7 @@ void pa_threaded_mainloop_stop(pa_threaded_mainloop *m);
|
||||||
* are executed with this lock held. */
|
* are executed with this lock held. */
|
||||||
void pa_threaded_mainloop_lock(pa_threaded_mainloop *m);
|
void pa_threaded_mainloop_lock(pa_threaded_mainloop *m);
|
||||||
|
|
||||||
/** Unlock the event loop object, inverse of pa_threaded_mainloop_lock() */
|
/** Unlock the event loop object, inverse of pa_threaded_mainloop_lock(). */
|
||||||
void pa_threaded_mainloop_unlock(pa_threaded_mainloop *m);
|
void pa_threaded_mainloop_unlock(pa_threaded_mainloop *m);
|
||||||
|
|
||||||
/** Wait for an event to be signalled by the event loop thread. You
|
/** Wait for an event to be signalled by the event loop thread. You
|
||||||
|
|
@ -287,7 +287,7 @@ void pa_threaded_mainloop_unlock(pa_threaded_mainloop *m);
|
||||||
void pa_threaded_mainloop_wait(pa_threaded_mainloop *m);
|
void pa_threaded_mainloop_wait(pa_threaded_mainloop *m);
|
||||||
|
|
||||||
/** Signal all threads waiting for a signalling event in
|
/** Signal all threads waiting for a signalling event in
|
||||||
* pa_threaded_mainloop_wait(). If wait_for_release is non-zero, do
|
* pa_threaded_mainloop_wait(). If wait_for_accept is non-zero, do
|
||||||
* not return before the signal was accepted by a
|
* not return before the signal was accepted by a
|
||||||
* pa_threaded_mainloop_accept() call. While waiting for that condition
|
* pa_threaded_mainloop_accept() call. While waiting for that condition
|
||||||
* the event loop object is unlocked. */
|
* the event loop object is unlocked. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue