mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
pulse: Document pa_mainloop_quit()'s retval parameter
the argument's name in the header changed to retval to match the implementation Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
cf0cd5fe18
commit
34d80f9a01
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ int pa_mainloop_run(pa_mainloop *m, int *retval);
|
|||
and is destroyed when the loop is freed. */
|
||||
pa_mainloop_api* pa_mainloop_get_api(pa_mainloop*m);
|
||||
|
||||
/** Shutdown the main loop */
|
||||
void pa_mainloop_quit(pa_mainloop *m, int r);
|
||||
/** Shutdown the main loop with the specified return value */
|
||||
void pa_mainloop_quit(pa_mainloop *m, int retval);
|
||||
|
||||
/** Interrupt a running poll (for threaded systems) */
|
||||
void pa_mainloop_wakeup(pa_mainloop *m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue