Subprocess.getStdinPipe
gio.output_stream.OutputStream getStdinPipe()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.
Returns
the stdout pipe