Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Enumerations
ClosedReason
data ClosedReason Source #
The reason for which the notification has been closed.
Since: 0.8.0
ClosedReasonUnset | Notification not closed. |
ClosedReasonExpired | Timeout has expired. |
ClosedReasonDismissed | It has been dismissed by the user. |
ClosedReasonApiRequest | It has been closed by a call to
[method |
ClosedReasonUndefiend | Closed by undefined/reserved reasons. |
AnotherClosedReason Int | Catch-all for unknown values |
Instances
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 # | |
Show Urgency Source # | |
Eq Urgency Source # | |
Ord Urgency Source # | |
BoxedEnum Urgency Source # | |
Defined in GI.Notify.Enums | |
TypedObject Urgency Source # | |
Defined in GI.Notify.Enums | |
HasParentTypes Urgency Source # | |
Defined in GI.Notify.Enums | |
type ParentTypes Urgency Source # | |
Defined in GI.Notify.Enums |