Method
FwupdPluginFirmwareparse_file
Declaration [src]
gboolean
fu_firmware_parse_file (
FuFirmware* self,
GFile* file,
FwupdInstallFlags flags,
GError** error
)
Description [src]
Parses a firmware file, typically breaking the firmware into images.
Available since: | 1.3.3 |
Parameters
file |
GFile |
A file. |
|
The data is owned by the caller of the function. | |
flags |
FwupdInstallFlags |
Install flags, e.g. |
|
error |
GError ** |
The return location for a GError* , or NULL . |