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

Safe HaskellNone
LanguageHaskell98

Data.GI.GIR.Type

Description

Parsing type information from GIR files.

Synopsis

Documentation

parseType :: Parser Type Source

Parse the type of a node (which will be described by a child node named "type" or "array").

parseOptionalType :: Parser (Maybe Type) Source

Like parseType, but allow for none, returned as Nothing.