Function

FwupdPluginefivar_set_data_bytes

Declaration [src]

gboolean
fu_efivar_set_data_bytes (
  const gchar* guid,
  const gchar* name,
  GBytes* bytes,
  guint32 attr,
  GError** error
)

Description [src]

Sets the data to a UEFI variable in NVRAM.

Available since:1.5.0

Parameters

guid const gchar*
 

Globally unique identifier.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
name const gchar*
 

Variable name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
bytes GBytes*
 

Data blob.

 The data is owned by the caller of the function.
attr guint32
 

Attributes.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success.