Method
FwupdPluginFirmwareexport
Declaration [src]
void
fu_firmware_export (
FuFirmware* self,
guint64 flags,
XbBuilderNode* bn
)
Description [src]
This allows us to build an XML object for the nested firmware.
The image children will have a predictable order if the firmware has
FU_FIRMWARE_FLAG_DEDUPE_ID or FU_FIRMWARE_FLAG_DEDUPE_IDX and
FU_FIRMWARE_EXPORT_FLAG_SORTED is also used in flags.
| Available since: | 1.6.0 |
Parameters
flags |
guint64 |
Firmware export flags, e.g. |
|
bn |
XbBuilderNode |
A Xmlb builder node. |
|
| The data is owned by the caller of the function. |