Method
FwupdPluginDevicehas_instance_id
Declaration [src]
gboolean
fu_device_has_instance_id (
FuDevice* self,
const gchar* instance_id,
FuDeviceInstanceFlags flags
)
Description [src]
Finds out if the device has this specific instance ID.
NOTE: The instance IDs are only added to the actual base FwupdDevice after
fu_device_convert_instance_ids() has been called — normally as part of FuDevice->setup().
This ensures that incorporating a baseclass to a target device with the flag
FU_DEVICE_PRIVATE_FLAG_NO_GENERIC_GUIDS does not have generic instance IDs added.
| Available since: | 2.0.4 |
Parameters
instance_id |
const gchar* |
A instance ID, 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. |