Method
FwupdPluginQuirkslookup_by_id_iter
Declaration [src]
gboolean
fu_quirks_lookup_by_id_iter (
FuQuirks* self,
const gchar* group,
FuQuirksIter iter_cb,
gpointer user_data
)
Description [src]
Looks up all entries in the hardware database using a GUID value.
Available since: | 1.3.3 |
Parameters
group |
const gchar* |
String of group to lookup. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
iter_cb |
FuQuirksIter |
A function to call for each result. |
|
user_data |
gpointer |
User data passed to |