Gio.Volume::removed
connect('removed', function (volume, ): void);
This signal is emitted when the Gio.Volume have been removed. If the recipient is holding references to the object they should release them so the object can be finalized.
- volume
instance of Gio.Volume that is emitting the signal