Function
FwupdPluginefivar_get_monitor
Declaration [src]
GFileMonitor*
fu_efivar_get_monitor (
const gchar* guid,
const gchar* name,
GError** error
)
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. | |
error |
GError ** |
The return location for a GError* , or NULL . |