Ticket #553 (closed defect: fixed)
Typo in documentation for Threaded Mainloop
| Reported by: | boss_mc | Owned by: | lennart |
|---|---|---|---|
| Milestone: | 0.9.16 | Component: | libpulse |
| Keywords: | Cc: |
Description
As you can see, both pa_threaded_mainloop_wait() may only be called with the lock held. The same thing is true for pa_threaded_mainloop_signal(), but as the lock is held before the callback is invoked, you do not have to deal with that.
Should be:
As you can see, pa_threaded_mainloop_wait() may only be called with the lock held. The same thing is true for pa_threaded_mainloop_signal(), but as the lock is held before the callback is invoked, you do not have to deal with that.
Change History
Note: See
TracTickets for help on using
tickets.
