haskell-gi-0.26.0: Generate Haskell bindings for GObject Introspection capable libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.GI.CodeGen.GObject

Synopsis

Documentation

isGObject :: Type -> CodeGen e Bool Source #

Check whether the given type descends from GObject.

apiIsGObject :: Name -> API -> CodeGen e Bool Source #

Check whether the given API descends from GObject.

nameIsGObject :: Name -> CodeGen e Bool Source #

Check whether the given name descends from GObject.