Method
FwupdReportadd_metadata_item
since: 1.8.8
[−]
Declaration [src]
void
fwupd_report_add_metadata_item (
FwupdReport* self,
const gchar* key,
const gchar* value
)
[−]
Parameters
key
-
Type:
const gchar*
The key.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
const gchar*
The value.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.