gsubprocess: Fix annotation for set_environ()

This commit is contained in:
Rico Tzschichholz 2016-09-12 20:41:40 +02:00
parent 05a1080564
commit 7bf31065cc

View File

@ -225,7 +225,7 @@ g_subprocess_launcher_new (GSubprocessFlags flags)
/** /**
* g_subprocess_launcher_set_environ: * g_subprocess_launcher_set_environ:
* @self: a #GSubprocess * @self: a #GSubprocess
* @env: the replacement environment * @env: (array zero-terminated=1): the replacement environment
* *
* Replace the entire environment of processes launched from this * Replace the entire environment of processes launched from this
* launcher with the given 'environ' variable. * launcher with the given 'environ' variable.