Method

FwupdRemoteset_checksum

since: 1.8.2

Declaration [src]

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

Description [src]

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

Available since: 1.8.2

Parameters

checksum

Type: const gchar*

Checksum string.

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