]> code.delx.au - pulseaudio/commitdiff
Modification of the thread-mainloop doc to ensure that nobody frees the api as it...
authorXabier Rodriguez Calvar <xrcalvar@igalia.com>
Tue, 30 Jun 2009 16:23:17 +0000 (18:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 20 Aug 2009 00:31:08 +0000 (02:31 +0200)
src/pulse/thread-mainloop.h

index e847070dfae7f69b202a580717987538d64804d5..2cf496e1ce617ec8affb9edcd8438eb7de3330a3 100644 (file)
@@ -299,7 +299,9 @@ void pa_threaded_mainloop_accept(pa_threaded_mainloop *m);
 /** Return the return value as specified with the main loop's quit() routine. */
 int pa_threaded_mainloop_get_retval(pa_threaded_mainloop *m);
 
-/** Return the abstract main loop abstraction layer vtable for this main loop. */
+/** Return the abstract main loop abstraction layer vtable for this
+    main loop. No need of freeing the API as it is owned by the loop
+    and it is destroyed when this dies */
 pa_mainloop_api* pa_threaded_mainloop_get_api(pa_threaded_mainloop*m);
 
 /** Returns non-zero when called from withing the event loop thread. \since 0.9.7 */