Enumeration
AppStreamRelationKind
Members
Name | Description |
---|---|
AS_RELATION_KIND_UNKNOWN |
Unknown kind. |
AS_RELATION_KIND_REQUIRES |
The referenced item is required by the component. |
AS_RELATION_KIND_RECOMMENDS |
The referenced item is recommended. |
AS_RELATION_KIND_SUPPORTS |
The referenced item is supported. |
Type functions
as_relation_kind_from_string
Converts the text representation to an enumerated value.
Available since: 0.12.0
as_relation_kind_to_string
Converts the enumerated value to a text representation.
Available since: 0.12.0