Method
FwupdPluginDeviceEventset_bytes
Declaration [src]
void
fu_device_event_set_bytes (
FuDeviceEvent* self,
const gchar* key,
GBytes* value
)
Description [src]
Sets a blob on the event. Note: blobs are stored internally as BASE-64 strings.
| Available since: | 2.0.0 |
Parameters
key |
const gchar* |
A unique key, e.g. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
value |
GBytes |
A |
|
| The data is owned by the caller of the function. |