Gio.File::append_to_finish

function vfunc_append_to_finish(res: Gio.AsyncResult): Gio.FileOutputStream {
}
  

Finishes an asynchronous file append operation started with Gio.File.prototype.append_to_async.

res

Gio.AsyncResult

Returns

a valid Gio.FileOutputStream or null on error. Free the returned object with GObject.Object.prototype.unref.