Gio.File.prototype.trash_finish
function trash_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_file_trash_finish()
}
  Finishes an asynchronous file trashing operation, started with Gio.File.prototype.trash_async.
Since 2.38
- result
 - Returns
 true on successful trash, false otherwise.