summaryrefslogtreecommitdiffstats
path: root/polyp/mainloop-api.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-17 13:28:52 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-17 13:28:52 +0000
commitbee750bbb3d9d7a64fa7f344ab42cdcfcb280a7e (patch)
tree65fa186106a07d71a74d5b347bc7b8a8e0e23b60 /polyp/mainloop-api.h
parentaff43ddabb87903823805ec49533cb99fb1aa771 (diff)
create native-common-internal.h
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@131 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/mainloop-api.h')
-rw-r--r--polyp/mainloop-api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/mainloop-api.h b/polyp/mainloop-api.h
index c1f40eae..3d5ad24a 100644
--- a/polyp/mainloop-api.h
+++ b/polyp/mainloop-api.h
@@ -38,9 +38,10 @@
* \li A wrapper around the GLIB main loop. Use this to embed polypaudio into your GLIB/GTK+/GNOME programs (See \ref glib-mainloop.h)
*
* The structure pa_mainloop_api is used as vtable for the main loop abstraction.
+ *
+ * This mainloop abstraction layer has no direct support for UNIX signals. Generic, mainloop implementation agnostic support is available throught \ref mainloop-signal.h.
* */
-
PA_C_DECL_BEGIN
/** A bitmask for IO events */