| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GIRepository.Structs.AttributeIter
Description
An opaque structure used to iterate over attributes
in a BaseInfo struct.
Synopsis
- newtype AttributeIter = AttributeIter (ManagedPtr AttributeIter)
- newZeroAttributeIter :: MonadIO m => m AttributeIter
- noAttributeIter :: Maybe 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 # | |
| WrappedPtr AttributeIter Source # | |
Defined in GI.GIRepository.Structs.AttributeIter Methods wrappedPtrCalloc :: IO (Ptr 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.
noAttributeIter :: Maybe AttributeIter Source #
A convenience alias for Nothing :: Maybe AttributeIter.