2007-11-08 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c (g_main_loop_quit): Expand the docs
a bit. (#317775, Søren Sandmann)
svn path=/trunk/; revision=5833
+2007-11-08 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gmain.c (g_main_loop_quit): Expand the docs
+ a bit. (#317775, Søren Sandmann)
+
2007-11-08 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Accept automake 1.10, too
* @loop: a #GMainLoop
*
* Stops a #GMainLoop from running. Any calls to g_main_loop_run()
- * for the loop will return.
+ * for the loop will return.
+ *
+ * Note that sources that have already been dispatched when
+ * g_main_loop_quit() is called will still be executed.
**/
void
g_main_loop_quit (GMainLoop *loop)