Gio.OutputStream.prototype.close_finish

function close_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_output_stream_close_finish()
}
  

Closes an output stream.

result

a Gio.AsyncResult.

Returns

true if stream was successfully closed, false otherwise.