Class
FwupdPluginFdtImage
Description [src]
class FwupdPlugin.FdtImage : FwupdPlugin.Firmware
{
/* No available fields */
}
A Flattened DeviceTree firmware image.
See also: FuFdtFirmware
.
Instance methods
fu_fdt_image_get_attr_str
Gets a string attribute from the image. val
is always NUL
terminated.
since: 1.8.2
fu_fdt_image_get_attr_strlist
Gets a stringlist attribute from the image. val
is always NUL
terminated.
since: 1.8.2
Methods inherited from FuFirmware (67)
Please see FuFirmware for a full list of methods.
Properties
Properties inherited from FuFirmware (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.