Class

FwupdPluginFitFirmware

[]

Description [src]

class FwupdPlugin.FitFirmware : FwupdPlugin.FdtFirmware {
  parent_instance: FuFdtFirmware
}

A Flat Image Tree.

Documented: https://github.com/u-boot/u-boot/blob/master/doc/uImage.FIT/source_file_format.txt

See also: FuFdtFirmware

[]

Constructors

fu_fit_firmware_new

Creates a new FuFirmware of sub type FIT.

since: 1.8.2

[]

Instance methods

fu_fit_firmware_get_timestamp

Gets the creation timestamp.

since: 1.8.2

fu_fit_firmware_set_timestamp

Sets the creation timestamp.

since: 1.8.2

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

Properties

Properties inherited from FuFirmware (1)
[]

Signals

Signals inherited from GObject (1)

Class structure