gi-notify-0.7.22: Libnotify bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

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

Methods

compare :: Urgency -> Urgency -> Ordering

(<) :: Urgency -> Urgency -> Bool

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

(>) :: Urgency -> Urgency -> Bool

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

max :: Urgency -> Urgency -> Urgency

min :: Urgency -> Urgency -> Urgency

Show Urgency Source # 
Instance details

Defined in GI.Notify.Enums

Methods

showsPrec :: Int -> Urgency -> ShowS

show :: Urgency -> String

showList :: [Urgency] -> ShowS

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]