summaryrefslogtreecommitdiffstats
path: root/src/polyp/context.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-05-17 11:07:16 +0000
committerPierre Ossman <ossman@cendio.se>2006-05-17 11:07:16 +0000
commitd4d1e5edf7af01b0d0e32da9fa323702f5174232 (patch)
treeb6249361794423612c62fe936d6eda0cdaf6f090 /src/polyp/context.h
parent71f681aa43156056965a906101e07b27c94eef45 (diff)
Documentation for the threaded main loop API.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@892 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/context.h')
-rw-r--r--src/polyp/context.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/polyp/context.h b/src/polyp/context.h
index ff93dd11..04e2af4d 100644
--- a/src/polyp/context.h
+++ b/src/polyp/context.h
@@ -51,13 +51,17 @@
* pa_mainloop_api structure.
*
* To actually be able to use these functions, an implementation needs to
- * be coupled to the abstraction. There are two of these shipped with
+ * be coupled to the abstraction. There are three 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.
*
* The implementations shipped with polypaudio are:
*
* \li \subpage mainloop - A minimal but fast implementation based on poll().
+ * \li \subpage threaded_mainloop - A special version of the previous
+ * implementation where all of Polypaudio's
+ * internal handling runs in a separate
+ * thread.
* \li \subpage glib-mainloop - A wrapper around GLIB's main loop. Available
* for both GLIB 1.2 and GLIB 2.x.
*