From: Matthias Clasen Date: Fri, 9 Nov 2007 02:46:41 +0000 (+0000) Subject: Expand the docs a bit. (#317775, Søren Sandmann) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ed7e9b24594febb40708ee0b64f7298bd037b4ca;p=dana%2Fcg-glib.git Expand the docs a bit. (#317775, Søren Sandmann) 2007-11-08 Matthias Clasen * glib/gmain.c (g_main_loop_quit): Expand the docs a bit. (#317775, Søren Sandmann) svn path=/trunk/; revision=5833 --- diff --git a/ChangeLog b/ChangeLog index 40d00a54..64cb8869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-08 Matthias Clasen + + * glib/gmain.c (g_main_loop_quit): Expand the docs + a bit. (#317775, Søren Sandmann) + 2007-11-08 Matthias Clasen * autogen.sh: Accept automake 1.10, too diff --git a/glib/gmain.c b/glib/gmain.c index 8b97ba9a..9b3bc4d1 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -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)