Method

FwupdPluginFdtImageset_attr_strlist

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 const gchar*
 

String, e.g. compatible

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

Values to store.

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