Method

FwupdPluginFdtImageset_attr_strlist

since: 1.8.2

Declaration [src]

void
fu_fdt_image_set_attr_strlist (
  FuFdtImage* self,
  const gchar* key,
  gchar** value
)

Description [src]

Sets a stringlist attribute for the image.

Available since: 1.8.2

Parameters

key

Type: const gchar*

String, e.g. compatible

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

Type: gchar**

Values to store.

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