Class

FwupdPluginArchiveFirmware

[]

Description [src]

class FwupdPlugin.ArchiveFirmware : FwupdPlugin.Firmware {
  parent_instance: FuFirmware
}

An archive firmware image, typically for nested firmware volumes.

See also: FuFirmware

[]

Constructors

fu_archive_firmware_new

Creates a new archive FuFirmware.

since: 1.7.3

[]

Instance methods

fu_archive_firmware_get_compression

Returns the compression.

since: 1.8.1

fu_archive_firmware_get_format

Gets the archive format.

since: 1.8.1

fu_archive_firmware_get_image_fnmatch

Gets a single firmware image using the image ID pattern. It is also an error for multiple images to match.

since: 1.8.9

fu_archive_firmware_set_compression

Sets the compression.

since: 1.8.1

fu_archive_firmware_set_format

Sets the archive format.

since: 1.8.1

Methods inherited from FuFirmware (52)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from FuFirmware (1)
[]

Signals

Signals inherited from GObject (1)

Class structure