mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
fix doxygen
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@498 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
2e0dcc4ff0
commit
b9513089f5
10 changed files with 18 additions and 19 deletions
|
|
@ -35,7 +35,7 @@ PA_C_DECL_BEGIN
|
|||
* defined in \ref mainloop-api.h. This implementation is thread safe
|
||||
* as long as you access the main loop object from a single thread only.*/
|
||||
|
||||
/** \pa_mainloop
|
||||
/** \struct pa_mainloop
|
||||
* An opaque main loop object
|
||||
*/
|
||||
typedef struct pa_mainloop pa_mainloop;
|
||||
|
|
@ -46,7 +46,6 @@ pa_mainloop *pa_mainloop_new(void);
|
|||
/** Free a main loop object */
|
||||
void pa_mainloop_free(pa_mainloop* m);
|
||||
|
||||
|
||||
/** Prepare for a single iteration of the main loop. Returns a negative value
|
||||
on error or exit request. timeout specifies a maximum timeout for the subsequent
|
||||
poll, or -1 for blocking behaviour. Defer events are also dispatched when this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue