Method

FwupdReportget_metadata_item

Declaration [src]

const gchar*
fwupd_report_get_metadata_item (
  FwupdReport* self,
  const gchar* key
)

Description [src]

Gets a report metadata item.

Available since:1.8.8

Parameters

key const gchar*
 

The key.

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

Return value

Returns: utf8
 

The value, or NULL if unset.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.