Method

AppStreamArtifactget_checksum

Declaration [src]

AsChecksum*
as_artifact_get_checksum (
  AsArtifact* artifact,
  AsChecksumKind kind
)

Description [src]

Gets the artifact checksum.

Parameters

kind AsChecksumKind
  No description available.

Return value

Returns: AsChecksum
 

An AsChecksum, or NULL for not set or invalid.

 The data is owned by the instance.
 The return value can be NULL.