Function

Fwupdchecksum_type_to_string_display

Declaration [src]

const gchar*
fwupd_checksum_type_to_string_display (
  GChecksumType checksum_type
)

Description [src]

Formats a checksum type for display.

Available since:1.9.6

Parameters

checksum_type GChecksumType
 

A GChecksumType, e.g. G_CHECKSUM_SHA1

Return value

Returns: const gchar*
 

Text, or NULL for invalid.

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