Enumeration
AppStreamUrgencyKind
Members
Name | Description |
---|---|
AS_URGENCY_KIND_UNKNOWN |
Urgency is unknown or not set. |
AS_URGENCY_KIND_LOW |
Low urgency. |
AS_URGENCY_KIND_MEDIUM |
Medium urgency. |
AS_URGENCY_KIND_HIGH |
High urgency. |
AS_URGENCY_KIND_CRITICAL |
Critical urgency. |
Type functions
as_urgency_kind_from_string
Converts the text representation to an enumerated value.
Available since: 0.6.5
as_urgency_kind_to_string
Converts the enumerated value to an text representation.
Available since: 0.6.5