Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.GI.GIR.Allocation
Description
Information on explicit allocation/deallocation for foreign pointers.
Documentation
data AllocationInfo Source #
Allocation/deallocation information for a given foreign pointer.
Constructors
AllocationInfo | |
Fields |
Instances
data AllocationOp Source #
Information about a given allocation operation. It is either disallowed, allowed via the given function, or it is unknown at the current stage how to perform the operation.
Constructors
AllocationOpUnknown | |
AllocationOp Text |
Instances
unknownAllocationInfo :: AllocationInfo Source #
A convenience function, filling in all the allocation info to unknown.