Method
FwupdClientadd_hint
Declaration [src]
void
fwupd_client_add_hint (
FwupdClient* self,
const gchar* key,
const gchar* value
)
Description [src]
Sets optional hints from the client that may affect the list of devices.
Available since: | 1.7.1 |
Parameters
key |
const gchar* |
The key, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
value |
const gchar* |
The value |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |