haskell-gi-0.24.0: Generate Haskell bindings for GObject Introspection capable libraries
Safe HaskellNone
LanguageHaskell2010

Data.GI.GIR.Constant

Description

Parsing of constants in GIR files.

Synopsis

Documentation

data Constant Source #

Info about a constant.

Instances

Instances details
Show Constant Source # 
Instance details

Defined in Data.GI.GIR.Constant

Methods

showsPrec :: Int -> Constant -> ShowS #

show :: Constant -> String #

showList :: [Constant] -> ShowS #

parseConstant :: Parser (Name, Constant) Source #

Parse a "constant" element from the GIR file.