Method

FwupdPluginPluginset_build_hash

Declaration [src]

void
fu_plugin_set_build_hash (
  FuPlugin* self,
  const gchar* build_hash
)

Description [src]

Sets the plugin build hash, typically a SHA256 checksum. All plugins must set the correct checksum to avoid the daemon being marked as tainted.

Available since:1.2.4

Parameters

build_hash const gchar*
 

A checksum.

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