mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 03:04:05 +02:00
GSubprocessLauncher: add (transfer none) annotation
https://bugzilla.gnome.org/show_bug.cgi?id=753521
This commit is contained in:
committed by
Philip Withnall
parent
491f835c17
commit
df8350b316
@@ -228,7 +228,7 @@ g_subprocess_launcher_new (GSubprocessFlags flags)
|
|||||||
/**
|
/**
|
||||||
* g_subprocess_launcher_set_environ:
|
* g_subprocess_launcher_set_environ:
|
||||||
* @self: a #GSubprocess
|
* @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
|
* Replace the entire environment of processes launched from this
|
||||||
* launcher with the given 'environ' variable.
|
* launcher with the given 'environ' variable.
|
||||||
|
Reference in New Issue
Block a user