gi-notify-0.7.24: Libnotify bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Notify.Enums

Description

 
Synopsis

Enumerations

Urgency

data Urgency Source #

The urgency level of the notification.

Constructors

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

Instances details
Enum Urgency Source # 
Instance details

Defined in GI.Notify.Enums

Show Urgency Source # 
Instance details

Defined in GI.Notify.Enums

Eq Urgency Source # 
Instance details

Defined in GI.Notify.Enums

Methods

(==) :: Urgency -> Urgency -> Bool #

(/=) :: Urgency -> Urgency -> Bool #

Ord Urgency Source # 
Instance details

Defined in GI.Notify.Enums

BoxedEnum Urgency Source # 
Instance details

Defined in GI.Notify.Enums

TypedObject Urgency Source # 
Instance details

Defined in GI.Notify.Enums

Methods

glibType :: IO GType #

HasParentTypes Urgency Source # 
Instance details

Defined in GI.Notify.Enums

type ParentTypes Urgency Source # 
Instance details

Defined in GI.Notify.Enums

type ParentTypes Urgency = '[] :: [Type]