Virtual Method
FwupdPluginEfivarsset_data
Declaration [src]
gboolean
set_data (
FuEfivars* self,
const gchar* guid,
const gchar* name,
const guint8* data,
gsize sz,
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. | |
data |
const guint8* |
Data to set. |
|
| The data is owned by the caller of the function. | |
sz |
gsize |
Size of |
|
attr |
FuEfiVariableAttrs |
|
|
error |
GError ** |
The return location for a GError*, or NULL. |