Documentation updates

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@696 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-04-13 00:56:10 +00:00
parent b33ae7913a
commit ceb09d8ae9
7 changed files with 80 additions and 25 deletions

View file

@ -48,7 +48,7 @@
* The abstraction is represented as a number of function pointers in the
* pa_mainloop_api structure.
*
* To actually be able to use these functions, an actual implementation
* To actually be able to use these functions, an implementation needs to
* be coupled to the abstraction. There are two of these shipped with
* polypaudio, but any other can be used with a minimal ammount of work,
* provided it supports the three basic events listed above.
@ -88,11 +88,11 @@
* channel.
*
* There is no need for more than one context per application, unless
* connections to multiple servers is needed.
* connections to multiple servers are needed.
*
* \subsection ops_subsec Operations
*
* All operations on the context is performed asynchronously. I.e. the
* All operations on the context are performed asynchronously. I.e. the
* client will not wait for the server to complete the request. To keep
* track of all these in-flight operations, the application is given a
* pa_operation object for each asynchronous operation.