fix doxygen

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@498 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-17 00:11:54 +00:00
parent 2e0dcc4ff0
commit b9513089f5
10 changed files with 18 additions and 19 deletions

View file

@ -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