summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-08-06 01:28:40 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-08-06 01:41:08 +0200
commit2206d47348c6ed000fc88754ecdf2d4e31750bcb (patch)
tree0360bc18dfc632517d35ec8d83859391116e9a30
parentd81b95acf89e09bb96504aa865957f9c1a4c5881 (diff)
downloadgobject-introspection-2206d47348c6ed000fc88754ecdf2d4e31750bcb.tar.gz
gir: Update introspection data for GLib 2.73.3
-rw-r--r--gir/gio-2.0.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 59d4686b..8f58cb73 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -288,6 +288,11 @@
* example if the process was launched via D-Bus). The `pid` may not be
* set at all in subsequent releases.
*
+ * On Windows, `pid` is guaranteed to be valid only for the duration of the
+ * #GAppLaunchContext::launched signal emission; after the signal is emitted,
+ * GLib will call g_spawn_close_pid(). If you need to keep the #GPid after the
+ * signal has been emitted, then you can duplicate `pid` using `DuplicateHandle()`.
+ *
* Since: 2.36
*/