Gio.IOStream.prototype.get_output_stream

function get_output_stream(): Gio.OutputStream {
    // Gjs wrapper for g_io_stream_get_output_stream()
}
  

Gets the output stream for this object. This is used for writing.

Since 2.22

Returns

a Gio.OutputStream, owned by the Gio.IOStream. Do not free.