TestSubprocessFlags
Description:
[ CCode ( cprefix = "G_TEST_SUBPROCESS_INHERIT_" , has_type_id = false ) ]
[ Flags ]
public enum TestSubprocessFlags
Flags to pass to trap_subprocess to control input and output.
Note that in contrast with trap_fork, the default is to not show stdout and stderr.
Content:
Enum values:
- DEFAULT - Default behaviour.
- STDERR - If this flag is given, the
child process will inherit the parent's stderr.
- STDIN - If this flag is given, the
child process will inherit the parent's stdin.
- STDOUT - If this flag is given, the
child process will inherit the parent's stdout.