Enumeration

AppStreamArtifactKind

since: 1.0

Declaration

enum AppStream.ArtifactKind

Description [src]

The artifact type.

Available since: 1.0

Members

AS_ARTIFACT_KIND_UNKNOWN

Type invalid or not known.

  • Value: 0
  • Nickname: unknown
  • Available since: 1.0
AS_ARTIFACT_KIND_SOURCE

The artifact describes software sources.

  • Value: 1
  • Nickname: source
  • Available since: 1.0
AS_ARTIFACT_KIND_BINARY

The artifact describes a binary distribution of the component.

  • Value: 2
  • Nickname: binary
  • Available since: 1.0

Type functions

as_artifact_kind_from_string

Converts the text representation to an enumerated value.

since: 1.0

as_artifact_kind_to_string

Converts the enumerated value to an text representation.

since: 1.0