diff --git a/gio/gsubprocesslauncher.c b/gio/gsubprocesslauncher.c index 5cdec4d4e..4c9758b39 100644 --- a/gio/gsubprocesslauncher.c +++ b/gio/gsubprocesslauncher.c @@ -228,7 +228,7 @@ g_subprocess_launcher_new (GSubprocessFlags flags) /** * g_subprocess_launcher_set_environ: * @self: a #GSubprocess - * @env: (array zero-terminated=1): the replacement environment + * @env: (array zero-terminated=1) (transfer none): the replacement environment * * Replace the entire environment of processes launched from this * launcher with the given 'environ' variable.