GSubprocessLauncher: add (transfer none) annotation

https://bugzilla.gnome.org/show_bug.cgi?id=753521
This commit is contained in:
Alberto Ruiz 2015-08-15 01:31:34 +01:00 committed by Philip Withnall
parent 491f835c17
commit df8350b316

View File

@ -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.