diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-03-05 19:55:19 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-03-05 19:55:19 +0100 |
commit | e2f5c88d2d0379be30cb908c233d280ed9c6f43d (patch) | |
tree | b9449fe0509b3d7bb6fe890b63b12b82685448eb /gir/gio-2.0.c | |
parent | 5300bd4869a9e5344908d8682b039a82c3489c2d (diff) | |
download | gobject-introspection-e2f5c88d2d0379be30cb908c233d280ed9c6f43d.tar.gz |
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r-- | gir/gio-2.0.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 10a2f672..56651de4 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -37832,6 +37832,9 @@ * As an alternative, you can use g_subprocess_launcher_setenv(), * g_subprocess_launcher_unsetenv(), etc. * + * Pass %NULL to inherit the parent process' environment. Pass an + * empty array to set an empty environment. + * * On UNIX, all strings in this array can be arbitrary byte strings. * On Windows, they should be in UTF-8. * |