get_stdin_pipe


Description:

public unowned OutputStream? get_stdin_pipe ()

Gets the OutputStream that you can write to in order to give data to the stdin of this.

The process must have been created with g_subprocess_flags_stdin_pipe and not g_subprocess_flags_stdin_inherit, otherwise null will be returned.

Parameters:

this

a Subprocess

Returns:

the stdout pipe