mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
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:
parent
5d8a5657c5
commit
ed7e9b2459
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user