mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Big documentation update. Describe the client API in a more tutorial like
manner. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@667 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a74253606f
commit
a6ce5c4b1d
12 changed files with 757 additions and 52 deletions
|
|
@ -27,6 +27,17 @@
|
|||
#include <polyp/mainloop-api.h>
|
||||
#include <polyp/cdecl.h>
|
||||
|
||||
/** \page glib-mainloop GLIB main loop bindings
|
||||
*
|
||||
* \section overv_sec Overview
|
||||
*
|
||||
* The GLIB main loop bindings are extremely easy to use. All that is
|
||||
* required is to create a pa_glib_mainloop object using
|
||||
* pa_glib_mainloop_new(). When the main loop abstraction is needed, it is
|
||||
* provided by pa_glib_mainloop_get_api().
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* GLIB main loop support */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue