haskell-gi-0.20.3: Generate Haskell bindings for GObject Introspection capable libraries
Data.GI.GIR.Constant
Description
Parsing of constants in GIR files.
Synopsis
data Constant #
Info about a constant.
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Constant -> ShowS #
show :: Constant -> String #
showList :: [Constant] -> ShowS #
parseConstant :: Parser (Name, Constant) #
Parse a "constant" element from the GIR file.