Expand the docs a bit. (#317775, Søren Sandmann)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Nov 2007 02:46:41 +0000 (02:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 02:46:41 +0000 (02:46 +0000)
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

ChangeLog
glib/gmain.c

index 40d00a5..64cb886 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 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
 
index 8b97ba9..9b3bc4d 100644 (file)
@@ -2914,7 +2914,10 @@ g_main_loop_run (GMainLoop *loop)
  * @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)