Gio.File::create_readwrite_finish
function vfunc_create_readwrite_finish(res: Gio.AsyncResult): Gio.FileIOStream { }
Finishes an asynchronous file create operation started with Gio.File.prototype.create_readwrite_async.
Since 2.22
- res
- Returns
a Gio.FileIOStream or null on error. Free the returned object with GObject.Object.prototype.unref.