Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.GIRepository.Structs.AttributeIter
Contents
Description
An opaque structure used to iterate over attributes
in a BaseInfo
struct.
Synopsis
- newtype AttributeIter = AttributeIter (ManagedPtr AttributeIter)
- newZeroAttributeIter :: MonadIO m => m AttributeIter
Exported types
newtype AttributeIter Source #
Memory-managed wrapper type.
Constructors
AttributeIter (ManagedPtr AttributeIter) |
Instances
Eq AttributeIter Source # | |
Defined in GI.GIRepository.Structs.AttributeIter Methods (==) :: AttributeIter -> AttributeIter -> Bool # (/=) :: AttributeIter -> AttributeIter -> Bool # | |
BoxedPtr AttributeIter Source # | |
Defined in GI.GIRepository.Structs.AttributeIter | |
CallocPtr AttributeIter Source # | |
Defined in GI.GIRepository.Structs.AttributeIter Methods boxedPtrCalloc :: IO (Ptr AttributeIter) | |
ManagedPtrNewtype AttributeIter Source # | |
Defined in GI.GIRepository.Structs.AttributeIter Methods toManagedPtr :: AttributeIter -> ManagedPtr AttributeIter | |
tag ~ 'AttrSet => Constructible AttributeIter tag Source # | |
Defined in GI.GIRepository.Structs.AttributeIter Methods new :: MonadIO m => (ManagedPtr AttributeIter -> AttributeIter) -> [AttrOp AttributeIter tag] -> m AttributeIter |
newZeroAttributeIter :: MonadIO m => m AttributeIter Source #
Construct a AttributeIter
struct initialized to zero.