Class
FwupdPluginVolume
Description [src]
final class FwupdPlugin.Volume : GObject.Object {
/* No available fields */
}
Volume abstraction that uses UDisks.
Constructors
fu_volume_new_esp_for_path
Gets the platform ESP using a UNIX or UDisks path.
Available since: 1.8.2
Instance methods
fu_volume_get_block_size
Gets the logical block size of the volume mount point.
Available since: 1.9.4
fu_volume_get_partition_kind
Gets the partition kind of the volume mount point.
Available since: 1.8.13
fu_volume_get_size
Gets the size of the block device pointed to by the volume.
Available since: 1.9.3
fu_volume_locker
Locks the volume, mounting it and unmounting it as required. If the volume is already mounted then it is is not unmounted when the locker is closed.
Available since: 1.4.6
Class structure
struct FwupdPluginVolumeClass {
GObjectClass parent_class;
}
Class members
parent_class |
|
No description available. |