Method

FwupdPluginFdtImageset_attr

since: 1.8.2

Declaration [src]

void
fu_fdt_image_set_attr (
  FuFdtImage* self,
  const gchar* key,
  GBytes* blob
)

Description [src]

Sets a attribute for the image.

Available since: 1.8.2

Parameters

key

Type: const gchar*

String, e.g. creator

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
blob

Type: GBytes

A GBytes.

The data is owned by the caller of the method.