Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ifAllocationInfo :: Interface -> AllocationInfohaskell-gi Data.GI.CodeGen.API No documentation available.
methodCallable :: Method -> Callablehaskell-gi Data.GI.CodeGen.API No documentation available.
sigCallable :: Signal -> Callablehaskell-gi Data.GI.CodeGen.API No documentation available.
structAllocationInfo :: Struct -> AllocationInfohaskell-gi Data.GI.CodeGen.API No documentation available.
unionAllocationInfo :: Union -> AllocationInfohaskell-gi Data.GI.CodeGen.API No documentation available.
unknownAllocationInfo :: AllocationInfohaskell-gi Data.GI.CodeGen.API A convenience function, filling in all the allocation info to unknown.
module Data.GI.CodeGen.
Callable No documentation available.
callableHInArgs :: Callable -> ExposeClosures -> ([Arg], [Arg])haskell-gi Data.GI.CodeGen.Callable In arguments for the given callable on the Haskell side, together with the omitted arguments.
callableHOutArgs :: Callable -> [Arg]haskell-gi Data.GI.CodeGen.Callable Out arguments for the given callable on the Haskell side.
callableSignature :: Callable -> ForeignSymbol -> ExposeClosures -> ExcCodeGen Signaturehaskell-gi Data.GI.CodeGen.Callable The Haskell signature for the given callable. It returns a tuple ([constraints], [(type, argname)]).