Interface

Gio-2.0GioMountSignalSignatures

interface SignalSignatures {
    changed: () => void;
    "pre-unmount": () => void;
    unmounted: () => void;
}
Index
changed: () => void

Emitted when the mount has been changed.

"pre-unmount": () => void

This signal may be emitted when the Gio.Mount is about to be unmounted.

This signal depends on the backend and is only emitted if GIO was used to unmount.

2.22

unmounted: () => void

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