-- | Copyright  : Will Thompson, Iñaki García Etxebarria and Jonas Platte
-- 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.OSTree.Structs
    (     module GI.OSTree.Structs.Bootloader     ,
    module GI.OSTree.Structs.BootloaderGrub2,
    module GI.OSTree.Structs.BootloaderInterface,
    module GI.OSTree.Structs.BootloaderSyslinux,
    module GI.OSTree.Structs.BootloaderUboot,
    module GI.OSTree.Structs.BootloaderZipl ,
    module GI.OSTree.Structs.CmdPrivateVTable,
    module GI.OSTree.Structs.CollectionRef  ,
    module GI.OSTree.Structs.CommitSizesEntry,
    module GI.OSTree.Structs.DiffDirsOptions,
    module GI.OSTree.Structs.DiffItem       ,
    module GI.OSTree.Structs.GpgVerifier    ,
    module GI.OSTree.Structs.KernelArgs     ,
    module GI.OSTree.Structs.KernelArgsEntry,
    module GI.OSTree.Structs.LibarchiveInputStream,
    module GI.OSTree.Structs.LzmaCompressor ,
    module GI.OSTree.Structs.LzmaDecompressor,
    module GI.OSTree.Structs.MutableTreeIter,
    module GI.OSTree.Structs.Remote         ,
    module GI.OSTree.Structs.RepoCheckoutAtOptions,
    module GI.OSTree.Structs.RepoCommitModifier,
    module GI.OSTree.Structs.RepoCommitTraverseIter,
    module GI.OSTree.Structs.RepoDevInoCache,
    module GI.OSTree.Structs.RepoFileEnumerator,
    module GI.OSTree.Structs.RepoFinderResult,
    module GI.OSTree.Structs.RepoPruneOptions,
    module GI.OSTree.Structs.RepoTransactionStats,
    module GI.OSTree.Structs.RollsumMatches ,
    module GI.OSTree.Structs.SignDummy      ,
    module GI.OSTree.Structs.SignDummyClass ,
    module GI.OSTree.Structs.SignEd25519    ,
    module GI.OSTree.Structs.SignEd25519Class,
    module GI.OSTree.Structs.SysrootDeployTreeOpts,
    module GI.OSTree.Structs.SysrootWriteDeploymentsOpts,
    module GI.OSTree.Structs.TlsCertInteraction,
    module GI.OSTree.Structs.TlsCertInteractionClass,


    ) where

import GI.OSTree.Structs.Bootloader
import GI.OSTree.Structs.BootloaderGrub2
import GI.OSTree.Structs.BootloaderInterface
import GI.OSTree.Structs.BootloaderSyslinux
import GI.OSTree.Structs.BootloaderUboot
import GI.OSTree.Structs.BootloaderZipl
import GI.OSTree.Structs.CmdPrivateVTable
import GI.OSTree.Structs.CollectionRef
import GI.OSTree.Structs.CommitSizesEntry
import GI.OSTree.Structs.DiffDirsOptions
import GI.OSTree.Structs.DiffItem
import GI.OSTree.Structs.GpgVerifier
import GI.OSTree.Structs.KernelArgs
import GI.OSTree.Structs.KernelArgsEntry
import GI.OSTree.Structs.LibarchiveInputStream
import GI.OSTree.Structs.LzmaCompressor
import GI.OSTree.Structs.LzmaDecompressor
import GI.OSTree.Structs.MutableTreeIter
import GI.OSTree.Structs.Remote
import GI.OSTree.Structs.RepoCheckoutAtOptions
import GI.OSTree.Structs.RepoCommitModifier
import GI.OSTree.Structs.RepoCommitTraverseIter
import GI.OSTree.Structs.RepoDevInoCache
import GI.OSTree.Structs.RepoFileEnumerator
import GI.OSTree.Structs.RepoFinderResult
import GI.OSTree.Structs.RepoPruneOptions
import GI.OSTree.Structs.RepoTransactionStats
import GI.OSTree.Structs.RollsumMatches
import GI.OSTree.Structs.SignDummy
import GI.OSTree.Structs.SignDummyClass
import GI.OSTree.Structs.SignEd25519
import GI.OSTree.Structs.SignEd25519Class
import GI.OSTree.Structs.SysrootDeployTreeOpts
import GI.OSTree.Structs.SysrootWriteDeploymentsOpts
import GI.OSTree.Structs.TlsCertInteraction
import GI.OSTree.Structs.TlsCertInteractionClass

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.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.Text as T
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