Subprocess.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.

class Subprocess
getStdinPipe
()

Return Value

Type: gio.output_stream.OutputStream

the stdout pipe