Method

FwupdRemoteset_checksum

Declaration [src]

void
fwupd_remote_set_checksum (
  FwupdRemote* self,
  const gchar* checksum_sig
)

Description [src]

Sets the remote signature checksum, typically only useful in the self tests.

NOTE: This should have been called fwupd_remote_set_checksum_sig() but alas, ABI.

Available since:1.8.2

Parameters

checksum_sig const gchar*
 

Checksum string.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.