gi-girepository-0.1.44.12: GI/GIRepository/Structs/AttributeIter.hs
{- |
Copyright : Will Thompson, Iñaki García Etxebarria and Jonas Platte
License : LGPL-2.1
Maintainer : Iñaki García Etxebarria (garetxe@gmail.com)
An opaque structure used to iterate over attributes
in a #GIBaseInfo struct.
-}
module GI.GIRepository.Structs.AttributeIter
(
-- * Exported types
AttributeIter(..) ,
noAttributeIter ,
) where
import Prelude ()
import Data.GI.Base.ShortPrelude
import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import GI.GIRepository.Types
import GI.GIRepository.Callbacks
newtype AttributeIter = AttributeIter (ForeignPtr AttributeIter)
noAttributeIter :: Maybe AttributeIter
noAttributeIter = Nothing