Enumeration

AppStreamReleaseListKind

Declaration

enum AppStream.ReleaseListKind

Description [src]

The kind of a releases block.

Available since:0.16.0

Members

Name Description
AS_RELEASE_LIST_KIND_UNKNOWN

Unknown releases type.

AS_RELEASE_LIST_KIND_EMBEDDED

Release info is embedded in metainfo file.

AS_RELEASE_LIST_KIND_EXTERNAL

Release info is split to a separate file.

Type functions

as_release_list_kind_from_string

Converts the text representation to an enumerated value.

Available since: 0.16.0

as_release_list_kind_to_string

Converts the enumerated value to an text representation.

Available since: 0.16.0