Enumeration

AppStreamUrgencyKind

Declaration

enum AppStream.UrgencyKind

Description [src]

The urgency of an AsRelease.

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.

since: 0.6.5

as_urgency_kind_to_string

Converts the enumerated value to an text representation.

since: 0.6.5