Method
FwupdPluginQuirkslookup_by_id
Declaration [src]
const gchar*
fu_quirks_lookup_by_id (
FuQuirks* self,
const gchar* group,
const gchar* key
)
Description [src]
Looks up an entry in the hardware database using a string value.
Available since: | 1.0.1 |
Parameters
group |
const gchar* |
A string group, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
key |
const gchar* |
An ID to match the entry, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |