haskell-gi-0.17.2: Generate Haskell bindings for GObject Introspection capable libraries

Safe HaskellNone
LanguageHaskell98

Data.GI.GIR.Enum

Description

Parsing of Enums.

Synopsis

Documentation

data Enumeration Source #

Constructors

Enumeration 

Fields

Instances

Show Enumeration Source # 

Methods

showsPrec :: Int -> Enumeration -> ShowS

show :: Enumeration -> String

showList :: [Enumeration] -> ShowS

parseEnum :: Parser (Name, Enumeration) Source #

Parse an "enumeration" element from the GIR file.