get_stdin_pipe
Description:
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 |
Returns:
|
the stdout pipe |