summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-03-04 17:37:48 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-03-04 17:37:48 +0100
commit557d6bfd6b5e9554cf21173b6831899ff59b7c33 (patch)
tree453b0ed7d955d39e216be4fdc991eeea0b499afc
parent8c2129f22f6c3eb9eb89f36a59e151794edbf4bb (diff)
downloadgobject-introspection-557d6bfd6b5e9554cf21173b6831899ff59b7c33.tar.gz
Update annotations from glib git
-rw-r--r--gir/gio-2.0.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 67581370..d7759a77 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -11055,9 +11055,12 @@
* 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
- * around to provide its <emphasis>service</emphasis> to others).
+ * If the %G_APPLICATION_IS_SERVICE flag is set, then the service will
+ * run for as much as 10 seconds with a use count of zero while waiting
+ * for the message that caused the activation to arrive. After that,
+ * if the use count falls to zero the application will exit immediately,
+ * except in the case that g_application_set_inactivity_timeout() is in
+ * use.
*
* Returns: the exit status
* Since: 2.28