Method
FwupdClientget_hwids
since: 2.0.17
Declaration [src]
void
fwupd_client_get_hwids (
FwupdClient* self,
GStrv* keys,
GStrv* values
)
Parameters
keys-
Type: An array of
utf8CHID keys.
The argument will be set by the function. The argument can be NULL.The array must be NULL-terminated.The caller of the method takes ownership of the returned data, and is responsible for freeing it. Each element is a NUL terminated UTF-8 string. values-
Type: An array of
utf8CHID values.
The argument will be set by the function. The argument can be NULL.The array must be NULL-terminated.The caller of the method takes ownership of the returned data, and is responsible for freeing it. Each element is a NUL terminated UTF-8 string.