Gio.File::read_finish
function vfunc_read_finish(res: Gio.AsyncResult): Gio.FileInputStream { }
Finishes an asynchronous file read operation started with Gio.File.prototype.read_async.
- res
- Returns
a Gio.FileInputStream or null on error. Free the returned object with GObject.Object.prototype.unref.