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

Safe HaskellNone
LanguageHaskell98

Data.GI.GIR.Constant

Description

Parsing of constants in GIR files.

Synopsis

Documentation

data Constant Source #

Info about a constant.

Constructors

Constant 

Instances

Show Constant Source # 

Methods

showsPrec :: Int -> Constant -> ShowS

show :: Constant -> String

showList :: [Constant] -> ShowS

parseConstant :: Parser (Name, Constant) Source #

Parse a "constant" element from the GIR file.