Expand the docs a bit. (#317775, Søren Sandmann)

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
This commit is contained in:
Matthias Clasen 2007-11-09 02:46:41 +00:00 committed by Matthias Clasen
parent 5d8a5657c5
commit ed7e9b2459
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View 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)