Packages
appstream
AppStream
ChecksumKind
BLAKE2B
BLAKE2S
NONE
SHA1
SHA256
from_string
to_string
ChecksumKind
Description:
[
CCode
( cprefix =
"AS_CHECKSUM_KIND_"
, type_id =
"as_checksum_kind_get_type ()"
) ]
public
enum
ChecksumKind
Checksums supported by
Release
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
BLAKE2B
-
BLAKE2b checksum
BLAKE2S
-
BLAKE2s checksum
NONE
-
No checksum
SHA1
-
SHA1 checksum
SHA256
-
SHA256 checksum
Static methods:
public
static
ChecksumKind
from_string
(
string
kind_str)
Converts the text representation to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts the enumerated value to an text representation.