mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Documentation updates
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@696 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b33ae7913a
commit
ceb09d8ae9
7 changed files with 80 additions and 25 deletions
|
|
@ -45,10 +45,10 @@ PA_C_DECL_BEGIN
|
|||
* consists of three steps that repeat during the application's entire
|
||||
* lifetime:
|
||||
*
|
||||
* -# Prepare - Dispatch deferred events, build a list of file descriptors
|
||||
* -# Prepare - Build a list of file descriptors
|
||||
* that need to be monitored and calculate the next timeout.
|
||||
* -# Poll - Execute the actuall poll() system call.
|
||||
* -# Dispatch - Dispatch any timeouts and file descriptors that have fired.
|
||||
* -# Dispatch - Dispatch any events that have fired.
|
||||
*
|
||||
* When using the main loop, the application can either execute each
|
||||
* iteration, one at a time, using pa_mainloop_iterate(), or let the library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue