Safe Haskell | None |
---|---|
Language | Haskell98 |
Various fixups in the introspection data.
Synopsis
- dropMovedItems :: API -> Maybe API
- guessPropertyNullability :: (Name, API) -> (Name, API)
- detectGObject :: (Name, API) -> (Name, API)
- dropDuplicatedFields :: (Name, API) -> (Name, API)
Documentation
guessPropertyNullability :: (Name, API) -> (Name, API) Source #
GObject-introspection does not currently support nullability annotations, so we try to guess the nullability from the nullability annotations of the curresponding get/set methods, which in principle should be reliable.