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:
Peter Meerwald 2013-12-16 14:18:13 +01:00 committed by Tanu Kaskinen
parent 2747c96101
commit 05a128c8f7

View file

@ -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);