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