Function
Fwupdchecksum_get_by_kind
since: 0.9.4
Declaration [src]
const gchar*
fwupd_checksum_get_by_kind (
  GPtrArray* checksums,
  GChecksumType kind
)
Parameters
- checksums
- 
            Type: An array of utf8Checksums. The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. 
- kind
- 
            Type: GChecksumTypeA checksum type, e.g. G_CHECKSUM_SHA512.