Gio.Subprocess.prototype.get_stdout_pipe

function get_stdout_pipe(): Gio.InputStream {
    // Gjs wrapper for g_subprocess_get_stdout_pipe()
}
  

Gets the Gio.InputStream from which to read the stdout output of subprocess.

The process must have been created with Gio.SubprocessFlags.stdout_pipe.

Since 2.40

Returns

the stdout pipe