Function
FwupdPluginefivar_delete_with_glob
Declaration [src]
gboolean
fu_efivar_delete_with_glob (
const gchar* guid,
const gchar* name_glob,
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_glob |
const gchar* |
Variable name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |