From ed7e9b24594febb40708ee0b64f7298bd037b4ca Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Nov 2007 02:46:41 +0000 Subject: [PATCH] =?utf8?q?Expand=20the=20docs=20a=20bit.=20(#317775,=20S?= =?utf8?q?=C3=B8ren=20Sandmann)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- ChangeLog | 5 +++++ glib/gmain.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40d00a5..64cb886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ 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 8b97ba9..9b3bc4d 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) -- 2.7.4