Gio.Mount.prototype.unshadow
function unshadow(): void {
// Gjs wrapper for g_mount_unshadow()
}
Decrements the shadow count on mount. Usually used by Gio.VolumeMonitor implementations when destroying a shadow mount for mount, see Gio.Mount.prototype.is_shadowed for more information. The caller will need to emit the Gio.Mount::changed signal on mount manually.
Since 2.20