Interface

Gio-2.0GioVolumeSignalSignatures

interface SignalSignatures {
    changed: () => void;
    removed: () => void;
}
Index
changed: () => void

Emitted when the volume has been changed.

removed: () => 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.