mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-01 00:25:04 +02:00
gsubprocess: Add documentation about default input directions
This commit is contained in:
parent
6bb9d17e40
commit
13067362d2
@ -638,7 +638,11 @@ g_subprocess_class_init (GSubprocessClass *class)
|
|||||||
* @argv0: first commandline argument to pass to the subprocess,
|
* @argv0: first commandline argument to pass to the subprocess,
|
||||||
* followed by more arguments, followed by %NULL
|
* followed by more arguments, followed by %NULL
|
||||||
*
|
*
|
||||||
* Create a new process with the given flags and varargs argument list.
|
* Create a new process with the given flags and varargs argument
|
||||||
|
* list. By default, matching the g_spawn_async() defaults, the
|
||||||
|
* child's stdin will be set to the system null device, and
|
||||||
|
* stdout/stderr will be inherited from the parent. You can use
|
||||||
|
* @flags to control this behavior.
|
||||||
*
|
*
|
||||||
* The argument list must be terminated with %NULL.
|
* The argument list must be terminated with %NULL.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user