{-# LANGUAGE OverloadedStrings #-}
-- | Build time configuration used during code generation.
module GI.OSTree.Config ( overrides, modules ) where

import qualified Data.Text as T
import Data.Text (Text)

-- | Overrides used when generating these bindings.
overrides :: Text
overrides :: Text
overrides = [Text] -> Text
T.unlines
 [ Text
"namespace OSTree"
 , Text
""
 , Text
"ignore RepoFileEnumeratorClass"
 , Text
"ignore LzmaDecompressorClass"
 , Text
"ignore LzmaCompressorClass"
 , Text
"ignore LibarchiveInputStreamClass"
 , Text
""
 , Text
"# This is using the deprecated allow-none annotations, which are ambiguous."
 , Text
"# See https://github.com/haskell-gi/haskell-gi/issues/106"
 , Text
"set-attr OSTree/Repo/load_file/@parameters/out_input nullable 1"
 , Text
"set-attr OSTree/Repo/load_file/@parameters/out_file_info nullable 1"
 , Text
"set-attr OSTree/Repo/load_file/@parameters/out_xattrs nullable 1"]

-- | Modules in this package
modules :: [Text]
modules :: [Text]
modules =  [ Text
"GI.OSTree.Config"
 , Text
"GI.OSTree"
 , Text
"GI.OSTree.Callbacks"
 , Text
"GI.OSTree.Constants"
 , Text
"GI.OSTree.Enums"
 , Text
"GI.OSTree.Flags"
 , Text
"GI.OSTree.Functions"
 , Text
"GI.OSTree.Interfaces"
 , Text
"GI.OSTree.Interfaces.BlobReader"
 , Text
"GI.OSTree.Interfaces.RepoFinder"
 , Text
"GI.OSTree.Interfaces.Sign"
 , Text
"GI.OSTree.Objects"
 , Text
"GI.OSTree.Objects.AsyncProgress"
 , Text
"GI.OSTree.Objects.BootconfigParser"
 , Text
"GI.OSTree.Objects.ContentWriter"
 , Text
"GI.OSTree.Objects.Deployment"
 , Text
"GI.OSTree.Objects.GpgVerifyResult"
 , Text
"GI.OSTree.Objects.MutableTree"
 , Text
"GI.OSTree.Objects.Repo"
 , Text
"GI.OSTree.Objects.RepoFile"
 , Text
"GI.OSTree.Objects.RepoFinderAvahi"
 , Text
"GI.OSTree.Objects.RepoFinderConfig"
 , Text
"GI.OSTree.Objects.RepoFinderMount"
 , Text
"GI.OSTree.Objects.RepoFinderOverride"
 , Text
"GI.OSTree.Objects.SePolicy"
 , Text
"GI.OSTree.Objects.Sysroot"
 , Text
"GI.OSTree.Objects.SysrootUpgrader"
 , Text
"GI.OSTree.Structs"
 , Text
"GI.OSTree.Structs.CollectionRef"
 , Text
"GI.OSTree.Structs.CommitSizesEntry"
 , Text
"GI.OSTree.Structs.DiffDirsOptions"
 , Text
"GI.OSTree.Structs.DiffItem"
 , Text
"GI.OSTree.Structs.KernelArgs"
 , Text
"GI.OSTree.Structs.MutableTreeIter"
 , Text
"GI.OSTree.Structs.Remote"
 , Text
"GI.OSTree.Structs.RepoCheckoutAtOptions"
 , Text
"GI.OSTree.Structs.RepoCommitModifier"
 , Text
"GI.OSTree.Structs.RepoCommitTraverseIter"
 , Text
"GI.OSTree.Structs.RepoDevInoCache"
 , Text
"GI.OSTree.Structs.RepoFinderResult"
 , Text
"GI.OSTree.Structs.RepoPruneOptions"
 , Text
"GI.OSTree.Structs.RepoTransactionStats"
 , Text
"GI.OSTree.Structs.SignEd25519"
 , Text
"GI.OSTree.Structs.SignEd25519Class"
 , Text
"GI.OSTree.Structs.SysrootDeployTreeOpts"
 , Text
"GI.OSTree.Structs.SysrootWriteDeploymentsOpts"]