Method
FwupdPluginDeviceset_metadata
since: 0.1.0
[−]
Declaration [src]
void
fu_device_set_metadata (
FuDevice* 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 string value.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.