Gio.OutputStream.prototype.flush_finish
function flush_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_output_stream_flush_finish()
}
Finishes flushing an output stream.
- result
a GAsyncResult.
- Returns
true if flush operation succeeded, false otherwise.