haskell-gi-0.17.1: 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

enumValues :: [(Text, Int64)]
 
errorDomain :: Maybe Text
 
enumTypeInit :: Maybe Text
 
enumStorageBytes :: Int

Bytes used for storage of this struct.

enumDeprecated :: Maybe DeprecationInfo
 

parseEnum :: Parser (Name, Enumeration) Source

Parse an "enumeration" element from the GIR file.