Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
Enumerations
Urgency
The urgency level of the notification.
UrgencyLow | Low urgency. Used for unimportant notifications. |
UrgencyNormal | Normal urgency. Used for most standard notifications. |
UrgencyCritical | Critical urgency. Used for very important notifications. |
AnotherUrgency Int | Catch-all for unknown values |
Instances
Enum Urgency Source # | |
Eq Urgency Source # | |
Ord Urgency Source # | |
Show Urgency Source # | |
BoxedEnum Urgency Source # | |
Defined in GI.Notify.Enums boxedEnumType :: Urgency -> IO GType |