Enumeration

AppStreamArtifactKind

Declaration

enum AppStream.ArtifactKind

Description [src]

The artifact type.

Members

Name Description
AS_ARTIFACT_KIND_UNKNOWN

Type invalid or not known.

AS_ARTIFACT_KIND_SOURCE

The artifact describes software sources.

AS_ARTIFACT_KIND_BINARY

The artifact describes a binary distribution of the component.

Type functions

as_artifact_kind_from_string

Converts the text representation to an enumerated value.

as_artifact_kind_to_string

Converts the enumerated value to an text representation.