Data.GI.GIR.Function
data Function Source #
Constructors
Fields
The symbol in the dynlib that this function refers to.
Defined in Data.GI.GIR.Function
Methods
showsPrec :: Int -> Function -> ShowS #
show :: Function -> String #
showList :: [Function] -> ShowS #
parseFunction :: Parser (Name, Function) Source #