Method
FwupdClientset_blocked_firmware
Declaration [src]
gboolean
fwupd_client_set_blocked_firmware (
FwupdClient* self,
gchar** checksums,
GCancellable* cancellable,
GError** error
)
Parameters
checksums |
gchar** |
Array of checksums. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable* |
Optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |