Method
FwupdPluginDeviceadd_guid_full
Declaration [src]
void
fu_device_add_guid_full (
FuDevice* self,
const gchar* guid,
FuDeviceInstanceFlags flags
)
Description [src]
Adds a GUID to the device. If the guid
argument is not a valid GUID then it
is converted to a GUID using fwupd_guid_hash_string().
Available since: | 1.6.2 |
Parameters
guid |
const gchar* |
A GUID, e.g. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
flags |
FuDeviceInstanceFlags |
Instance ID flags. |