Method
FwupdPluginEfivarsset_data_bytes
Declaration [src]
gboolean
fu_efivars_set_data_bytes (
FuEfivars* self,
const gchar* guid,
const gchar* name,
GBytes* bytes,
FuEfiVariableAttrs attr,
GError** error
)
Parameters
guid |
const gchar* |
Globally unique identifier. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
name |
const gchar* |
Variable name. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
bytes |
GBytes |
Data blob. |
|
| The data is owned by the caller of the function. | |
attr |
FuEfiVariableAttrs |
|
|
error |
GError ** |
The return location for a GError*, or NULL. |