mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
doc: Fix reference to pa_threaded_mainloop
Generating docs for file mainloop-api.h... /home/pmeerw/src/pa-missing/src/pulse/mainloop-api.h:118: warning: Found unknown command `\pa_threaded_mainloop' Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
2747c96101
commit
05a128c8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ struct pa_mainloop_api {
|
|||
};
|
||||
|
||||
/** Run the specified callback function once from the main loop using an anonymous defer event. Note that this performs
|
||||
* multiple mainloop operations non-atomically. If, for example, you are using a \pa_threaded_mainloop, you will need to
|
||||
* multiple mainloop operations non-atomically. If, for example, you are using a \ref pa_threaded_mainloop, you will need to
|
||||
* take the mainloop lock before this call. */
|
||||
void pa_mainloop_api_once(pa_mainloop_api*m, void (*callback)(pa_mainloop_api*m, void *userdata), void *userdata);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue