Function

Fwupdchecksum_get_by_kind

Declaration [src]

const gchar*
fwupd_checksum_get_by_kind (
  GPtrArray* checksums,
  GChecksumType kind
)

Description [src]

Gets a specific checksum kind.

Available since:0.9.4

Parameters

checksums An array of utf8
 

Checksums.

 The data is owned by the caller of the function.
kind GChecksumType
 

A checksum type, e.g. G_CHECKSUM_SHA512

Return value

Returns: utf8
 

A checksum from the array, or NULL if not found.

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