Gio.Drive::disconnected

connect('disconnected', function (drive, ): void);
  

This signal is emitted when the Gio.Drive have been disconnected. If the recipient is holding references to the object they should release them so the object can be finalized.

drive

instance of Gio.Drive that is emitting the signal