NativeVolumeMonitorImpl
The NativeVolumeMonitorImpl type represents a native instance of the abstract NativeVolumeMonitor class.
Constructors
Functions
Emits the "drive-changed" signal. See onDriveChanged.
Emits the "drive-connected" signal. See onDriveConnected.
Emits the "drive-disconnected" signal. See onDriveDisconnected.
Emits the "drive-eject-button" signal. See onDriveEjectButton.
Emits the "drive-stop-button" signal. See onDriveStopButton.
Emits the "mount-added" signal. See onMountAdded.
Emits the "mount-changed" signal. See onMountChanged.
Emits the "mount-pre-unmount" signal. See onMountPreUnmount.
Emits the "mount-removed" signal. See onMountRemoved.
Emits the "volume-added" signal. See onVolumeAdded.
Emits the "volume-changed" signal. See onVolumeChanged.
Emits the "volume-removed" signal. See onVolumeRemoved.
Gets a list of drives connected to the system.
Finds a #GMount object by its UUID (see g_mount_get_uuid())
Finds a #GVolume object by its UUID (see g_volume_get_uuid())
Gets a list of the volumes on the system.
Emitted when a drive changes.
Emitted when a drive is connected to the system.
Emitted when a drive is disconnected from the system.
Emitted when the eject button is pressed on @drive.
Emitted when the stop button is pressed on @drive.
Emitted when a mount is added.
Emitted when a mount changes.
May be emitted when a mount is about to be removed.
Emitted when a mount is removed.
Emitted when a mountable volume is added to the system.
Emitted when mountable volume is changed.
Emitted when a mountable volume is removed from the system.