Gio.VolumeMonitor::drive-disconnected

connect('drive-disconnected', function (volumeMonitor, drive: Gio.Drive, ): void);
  

Emitted when a drive is disconnected from the system.

volumeMonitor

instance of Gio.VolumeMonitor that is emitting the signal

drive

a Gio.Drive that was disconnected.