Gio.VolumeMonitor::volume-removed
connect('volume-removed', function (volumeMonitor, volume: Gio.Volume, ): void);
Emitted when a mountable volume is removed from the system.
- volumeMonitor
instance of Gio.VolumeMonitor that is emitting the signal
- volume
a Gio.Volume that was removed.