Gio.InputStream.prototype.close_finish
function close_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_input_stream_close_finish()
}
Finishes closing a stream asynchronously, started from Gio.InputStream.prototype.close_async.
- result
- Returns
true if the stream was closed successfully.