[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test5-4-g52e5d4b

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Aug 19 17:33:35 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  c5bd72509ecae1c12bb523fa56432fd71428fbf1 (commit)

- Log -----------------------------------------------------------------
52e5d4b Modification of the thread-mainloop doc to ensure that nobody frees the api as it is owned by the loop.
65f86ef Modification of the mainloop doc to ensure that nobody frees the api as it is owned by the loop.
30ba903 Modification of the glib-mainloop doc to ensure that nobody frees the api as it is owned by the loop.
-----------------------------------------------------------------------

Summary of changes:
 src/pulse/glib-mainloop.h   |    4 +++-
 src/pulse/mainloop.h        |    4 +++-
 src/pulse/thread-mainloop.h |    4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------

commit 30ba9030efea782779cac6f107b8917572150d16
Author: Xabier Rodriguez Calvar <xrcalvar at igalia.com>
Date:   Tue Jun 30 18:20:03 2009 +0200

    Modification of the glib-mainloop doc to ensure that nobody frees the api as it is owned by the loop.

diff --git a/src/pulse/glib-mainloop.h b/src/pulse/glib-mainloop.h
index 189513a..67aba27 100644
--- a/src/pulse/glib-mainloop.h
+++ b/src/pulse/glib-mainloop.h
@@ -56,7 +56,9 @@ pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
 /** Free the GLIB main loop object */
 void pa_glib_mainloop_free(pa_glib_mainloop* g);
 
-/** Return the abstract main loop API vtable for the GLIB main loop object */
+/** Return the abstract main loop API vtable for the GLIB main loop
+    object. No need of freeing the API as it is owned by the loop and
+    it is destroyed when this dies */
 pa_mainloop_api* pa_glib_mainloop_get_api(pa_glib_mainloop *g);
 
 PA_C_DECL_END

commit 65f86ef7d43983cdcea3211705866384404b20cc
Author: Xabier Rodriguez Calvar <xrcalvar at igalia.com>
Date:   Tue Jun 30 18:22:44 2009 +0200

    Modification of the mainloop doc to ensure that nobody frees the api as it is owned by the loop.

diff --git a/src/pulse/mainloop.h b/src/pulse/mainloop.h
index 4a83ebe..63abd58 100644
--- a/src/pulse/mainloop.h
+++ b/src/pulse/mainloop.h
@@ -108,7 +108,9 @@ int pa_mainloop_iterate(pa_mainloop *m, int block, int *retval);
 /** Run unlimited iterations of the main loop object until the main loop's quit() routine is called. */
 int pa_mainloop_run(pa_mainloop *m, int *retval);
 
-/** 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_mainloop_get_api(pa_mainloop*m);
 
 /** Shutdown the main loop */

commit 52e5d4b1d24db4f4f9ff6e70ddf8c9a6b80cdc6a
Author: Xabier Rodriguez Calvar <xrcalvar at igalia.com>
Date:   Tue Jun 30 18:23:17 2009 +0200

    Modification of the thread-mainloop doc to ensure that nobody frees the api as it is owned by the loop.

diff --git a/src/pulse/thread-mainloop.h b/src/pulse/thread-mainloop.h
index e847070..2cf496e 100644
--- a/src/pulse/thread-mainloop.h
+++ b/src/pulse/thread-mainloop.h
@@ -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 */

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list