Safe Haskell | None |
---|---|
Language | Haskell98 |
Parsing type information from GIR files.
Synopsis
- parseType :: Parser Type
- queryCType :: Parser (Maybe Text)
- parseCType :: Parser Text
- queryElementCType :: Parser (Maybe Text)
- parseOptionalType :: Parser (Maybe Type)
Documentation
parseType :: Parser Type Source #
Parse the type of a node (which will be described by a child node named "type" or "array").
parseCType :: Parser Text Source #
Parse the C type for the current node.