| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Data.GI.GIR.Type
Description
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.