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