Gets the #GOutputStream that you can write to in order to give data to the stdin of subprocess.
The process must have been created with gio.types.SubprocessFlags.StdinPipe and not gio.types.SubprocessFlags.StdinInherit, otherwise null will be returned.
the stdout pipe
Gets the #GOutputStream that you can write to in order to give data to the stdin of subprocess.
The process must have been created with gio.types.SubprocessFlags.StdinPipe and not gio.types.SubprocessFlags.StdinInherit, otherwise null will be returned.