Enumeration
AppStreamAgreementKind
since: 1.0
Members
AS_AGREEMENT_KIND_UNKNOWN
-
Unknown value.
- Value:
0
- Nickname:
unknown
- Available since: 1.0
- Value:
AS_AGREEMENT_KIND_GENERIC
-
A generic agreement without a specific type.
- Value:
1
- Nickname:
generic
- Available since: 1.0
- Value:
AS_AGREEMENT_KIND_EULA
-
An End User License Agreement.
- Value:
2
- Nickname:
eula
- Available since: 1.0
- Value:
AS_AGREEMENT_KIND_PRIVACY
-
A privacy agreement, typically a GDPR statement.
- Value:
3
- Nickname:
privacy
- Available since: 1.0
- Value:
Type functions
as_agreement_kind_from_string
Converts the text representation to an enumerated value.
since: 0.12.1