-- | Copyright  : Will Thompson and Iñaki García Etxebarria
-- License    : LGPL-2.1
-- Maintainer : Iñaki García Etxebarria

#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif

module GI.GObject.Structs
    (     module GI.GObject.Structs.CClosure      ,
    module GI.GObject.Structs.ClosureNotifyData,
    module GI.GObject.Structs.EnumClass     ,
    module GI.GObject.Structs.EnumValue     ,
    module GI.GObject.Structs.FlagsClass    ,
    module GI.GObject.Structs.FlagsValue    ,
    module GI.GObject.Structs.InitiallyUnownedClass,
    module GI.GObject.Structs.InterfaceInfo ,
    module GI.GObject.Structs.ObjectClass   ,
    module GI.GObject.Structs.ObjectConstructParam,
    module GI.GObject.Structs.ParamSpecPool ,
    module GI.GObject.Structs.ParamSpecTypeInfo,
    module GI.GObject.Structs.Parameter     ,
    module GI.GObject.Structs.SignalInvocationHint,
    module GI.GObject.Structs.SignalQuery   ,
    module GI.GObject.Structs.TypeClass     ,
    module GI.GObject.Structs.TypeFundamentalInfo,
    module GI.GObject.Structs.TypeInfo      ,
    module GI.GObject.Structs.TypeInstance  ,
    module GI.GObject.Structs.TypeInterface ,
    module GI.GObject.Structs.TypeQuery     ,
    module GI.GObject.Structs.TypeValueTable,
    module GI.GObject.Structs.ValueArray    ,
    module GI.GObject.Structs.WeakRef       ,


    ) where

import GI.GObject.Structs.CClosure
import GI.GObject.Structs.ClosureNotifyData
import GI.GObject.Structs.EnumClass
import GI.GObject.Structs.EnumValue
import GI.GObject.Structs.FlagsClass
import GI.GObject.Structs.FlagsValue
import GI.GObject.Structs.InitiallyUnownedClass
import GI.GObject.Structs.InterfaceInfo
import GI.GObject.Structs.ObjectClass
import GI.GObject.Structs.ObjectConstructParam
import GI.GObject.Structs.ParamSpecPool
import GI.GObject.Structs.ParamSpecTypeInfo
import GI.GObject.Structs.Parameter
import GI.GObject.Structs.SignalInvocationHint
import GI.GObject.Structs.SignalQuery
import GI.GObject.Structs.TypeClass
import GI.GObject.Structs.TypeFundamentalInfo
import GI.GObject.Structs.TypeInfo
import GI.GObject.Structs.TypeInstance
import GI.GObject.Structs.TypeInterface
import GI.GObject.Structs.TypeQuery
import GI.GObject.Structs.TypeValueTable
import GI.GObject.Structs.ValueArray
import GI.GObject.Structs.WeakRef

import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P

import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.BasicTypes as B.Types
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GArray as B.GArray
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GHashTable as B.GHT
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Control.Monad.IO.Class as MIO
import qualified Data.Coerce as Coerce
import qualified Data.Text as T
import qualified Data.Kind as DK
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL
import qualified GHC.Records as R