Constructor
FwupdPluginVolumeLockernew
since: 2.0.15
Declaration [src]
FuVolumeLocker*
fu_volume_locker_new (
FuVolume* volume,
GError** error
)
Description [src]
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: 2.0.15
Parameters
volume-
Type:
FuVolumeA
GObject.The data is owned by the caller of the function. error-
Type:
GError **The return location for a recoverable error.
The argument can be NULL.If the return location is not NULL, then you must initialize it to aNULLGError*.The argument will be left initialized to NULLby the constructor if there are no errors.In case of error, the argument will be set to a newly allocated GError; the caller will take ownership of the data, and be responsible for freeing it.
Return value
Type: FuVolumeLocker
A volume locker if mounted, or NULL.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |