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_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. |