summaryrefslogtreecommitdiffstats
path: root/polyp/mainloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/mainloop.h')
-rw-r--r--polyp/mainloop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/mainloop.h b/polyp/mainloop.h
index 5d4fd990..a0fe126f 100644
--- a/polyp/mainloop.h
+++ b/polyp/mainloop.h
@@ -50,7 +50,7 @@ void pa_mainloop_free(struct pa_mainloop* m);
on error or exit request. If block is nonzero, block for events if
none are queued. Optionally return the return value as specified with
the main loop's quit() routine in the integer variable retval points
-to */
+to. On success returns the number of source dispatched in this iteration. */
int pa_mainloop_iterate(struct pa_mainloop *m, int block, int *retval);
/** Run unlimited iterations of the main loop object until the main loop's quit() routine is called. */