[polypaudio-commits] r723 - /trunk/src/polyp/context.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sun Apr 16 02:22:09 PDT 2006


Author: ossman
Date: Sun Apr 16 11:22:08 2006
New Revision: 723

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=723&root=polypaudio&view=rev
Log:
Clarify behaviour of deferred events.

Modified:
    trunk/src/polyp/context.h

Modified: trunk/src/polyp/context.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/context.h?rev=723&root=polypaudio&r1=722&r2=723&view=diff
==============================================================================
--- trunk/src/polyp/context.h (original)
+++ trunk/src/polyp/context.h Sun Apr 16 11:22:08 2006
@@ -41,7 +41,9 @@
  * The API is based around an asynchronous event loop, or main loop,
  * abstraction. This abstraction contains three basic elements:
  *
- * \li Deferred events - Events that trigger each iteration of the main loop.
+ * \li Deferred events - Events that will trigger as soon as possible. Note
+ *                       that some implementations may block all other events
+ *                       when a deferred event is active.
  * \li I/O events - Events that trigger on file descriptor activities.
  * \li Times events - Events that trigger after a fixed ammount of time.
  *




More information about the pulseaudio-commits mailing list