mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Clarify docs around main loop vfuncs
Mention that the vfuncs are no longer used, and tweak the wording around what g_application_run() does. https://bugzilla.gnome.org/show_bug.cgi?id=665391
This commit is contained in:
@@ -1246,8 +1246,8 @@ g_application_open (GApplication *application,
|
||||
*
|
||||
* If, after the above is done, the use count of the application is zero
|
||||
* then the exit status is returned immediately. If the use count is
|
||||
* non-zero then the mainloop is run until the use count falls to zero,
|
||||
* at which point 0 is returned.
|
||||
* non-zero then the default main context is iterated until the use count
|
||||
* falls to zero, at which point 0 is returned.
|
||||
*
|
||||
* If the %G_APPLICATION_IS_SERVICE flag is set, then the exiting at
|
||||
* use count of zero is delayed for a while (ie: the instance stays
|
||||
|
Reference in New Issue
Block a user