mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Documentation work
add pkg-config support for GLIB main loop git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@133 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f693aa4c88
commit
ca2265f372
36 changed files with 326 additions and 151 deletions
|
|
@ -54,15 +54,15 @@ enum pa_io_event_flags {
|
|||
};
|
||||
|
||||
/** \struct pa_io_event
|
||||
* An IO event source object */
|
||||
* An opaque IO event source object */
|
||||
struct pa_io_event;
|
||||
|
||||
/** \struct pa_defer_event
|
||||
* A deferred event source object. Events of this type are triggered once in every main loop iteration */
|
||||
* An opaque deferred event source object. Events of this type are triggered once in every main loop iteration */
|
||||
struct pa_defer_event;
|
||||
|
||||
/** \struct pa_time_event
|
||||
* A timer event source object */
|
||||
* An opaque timer event source object */
|
||||
struct pa_time_event;
|
||||
|
||||
/** An abstract mainloop API vtable */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue