Enumeration

AppStreamAgreementKind

Declaration

enum AppStream.AgreementKind

Description [src]

The kind of the agreement.

Members

Name Description
AS_AGREEMENT_KIND_UNKNOWN

Unknown value.

AS_AGREEMENT_KIND_GENERIC

A generic agreement without a specific type.

AS_AGREEMENT_KIND_EULA

An End User License Agreement.

AS_AGREEMENT_KIND_PRIVACY

A privacy agreement, typically a GDPR statement.

Type functions

as_agreement_kind_from_string

Converts the text representation to an enumerated value.

since: 0.12.1

as_agreement_kind_to_string

Converts the enumerated value to an text representation.

since: 0.12.1