Method

FwupdClientset_approved_firmware

Declaration [src]

gboolean
fwupd_client_set_approved_firmware (
  FwupdClient* self,
  gchar** checksums,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Sets the list of approved firmware.

Available since:1.2.6

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 GCancellable.

 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.

Return value

Returns: gboolean
 

TRUE for success.