]> code.delx.au - pulseaudio/blobdiff - src/pulse/glib-mainloop.h
core: Fix uninit pointer read in protocol-native
[pulseaudio] / src / pulse / glib-mainloop.h
index 67aba27d3401c419420b6f0b64040a9103202c91..805d7460da12b67bd0ae5cb18ba0477f9c39cb97 100644 (file)
  */
 
 /** \file
- * GLIB main loop support */
+ * GLIB main loop support
+ *
+ * See also \subpage glib-mainloop
+ */
 
 PA_C_DECL_BEGIN
 
@@ -57,8 +60,8 @@ pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
 void pa_glib_mainloop_free(pa_glib_mainloop* g);
 
 /** 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 */
+    object. No need to free the API as it is owned by the loop
+    and is destroyed when the loop is freed. */
 pa_mainloop_api* pa_glib_mainloop_get_api(pa_glib_mainloop *g);
 
 PA_C_DECL_END