gi-ostree-1.0.2: OSTree bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Enums

Contents

Description

 

Synopsis

Exported types

data StaticDeltaGenerateOpt Source #

Parameters controlling optimization of static deltas.

Constructors

StaticDeltaGenerateOptLowlatency

Optimize for speed of delta creation over space

StaticDeltaGenerateOptMajor

Optimize for delta size (may be very slow)

AnotherStaticDeltaGenerateOpt Int

Catch-all for unknown values

Instances

Enum StaticDeltaGenerateOpt Source # 
Eq StaticDeltaGenerateOpt Source # 
Ord StaticDeltaGenerateOpt Source # 
Show StaticDeltaGenerateOpt Source # 

data RepoResolveRevExtFlags Source #

No description available in the introspection data.

Constructors

RepoResolveRevExtFlagsRepoResolveRevExtNone

No flags.

AnotherRepoResolveRevExtFlags Int

Catch-all for unknown values

Instances

Enum RepoResolveRevExtFlags Source # 
Eq RepoResolveRevExtFlags Source # 
Ord RepoResolveRevExtFlags Source # 
Show RepoResolveRevExtFlags Source # 

data RepoRemoteChange Source #

The remote change operation.

Constructors

RepoRemoteChangeAdd

No description available in the introspection data.

RepoRemoteChangeAddIfNotExists

No description available in the introspection data.

RepoRemoteChangeDelete

No description available in the introspection data.

RepoRemoteChangeDeleteIfExists

No description available in the introspection data.

AnotherRepoRemoteChange Int

Catch-all for unknown values

data RepoMode Source #

See the documentation of Repo for more information about the possible modes.

Constructors

RepoModeBare

Files are stored as themselves; checkouts are hardlinks; can only be written as root

RepoModeArchiveZ2

Files are compressed, should be owned by non-root. Can be served via HTTP

RepoModeBareUser

Files are stored as themselves, except ownership; can be written by user. Hardlinks work only in user checkouts.

AnotherRepoMode Int

Catch-all for unknown values

data RepoListRefsExtFlags Source #

No description available in the introspection data.

Constructors

RepoListRefsExtFlagsRepoListRefsExtNone

No flags.

AnotherRepoListRefsExtFlags Int

Catch-all for unknown values

data RepoCommitIterResult Source #

No description available in the introspection data.

Constructors

RepoCommitIterResultError

No description available in the introspection data.

RepoCommitIterResultEnd

No description available in the introspection data.

RepoCommitIterResultFile

No description available in the introspection data.

RepoCommitIterResultDir

No description available in the introspection data.

AnotherRepoCommitIterResult Int

Catch-all for unknown values

data RepoCommitFilterResult Source #

No description available in the introspection data.

Constructors

RepoCommitFilterResultAllow

Do commit this object

RepoCommitFilterResultSkip

Ignore this object

AnotherRepoCommitFilterResult Int

Catch-all for unknown values

Instances

Enum RepoCommitFilterResult Source # 
Eq RepoCommitFilterResult Source # 
Ord RepoCommitFilterResult Source # 
Show RepoCommitFilterResult Source # 

data RepoCheckoutOverwriteMode Source #

No description available in the introspection data.

Constructors

RepoCheckoutOverwriteModeNone

No special options

RepoCheckoutOverwriteModeUnionFiles

When layering checkouts, unlink() and replace existing files, but do not modify existing directories

RepoCheckoutOverwriteModeAddFiles

Only add new files/directories

AnotherRepoCheckoutOverwriteMode Int

Catch-all for unknown values

Instances

Enum RepoCheckoutOverwriteMode Source # 
Eq RepoCheckoutOverwriteMode Source # 
Ord RepoCheckoutOverwriteMode Source # 
Show RepoCheckoutOverwriteMode Source # 

data ObjectType Source #

Enumeration for core object types; ObjectTypeFile is for content, the other types are metadata.

Constructors

ObjectTypeFile

Content; regular file, symbolic link

ObjectTypeDirTree

List of children (trees or files), and metadata

ObjectTypeDirMeta

Directory metadata

ObjectTypeCommit

Toplevel object, refers to tree and dirmeta for root

ObjectTypeTombstoneCommit

Toplevel object, refers to a deleted commit

ObjectTypeCommitMeta

Detached metadata for a commit

AnotherObjectType Int

Catch-all for unknown values

data GpgSignatureFormatFlags Source #

Formatting flags for gpgVerifyResultDescribe. Currently there's only one possible output format, but this enumeration allows for future variations.

Constructors

GpgSignatureFormatFlagsGpgSignatureFormatDefault

Use the default output format

AnotherGpgSignatureFormatFlags Int

Catch-all for unknown values

Instances

Enum GpgSignatureFormatFlags Source # 
Eq GpgSignatureFormatFlags Source # 
Ord GpgSignatureFormatFlags Source # 
Show GpgSignatureFormatFlags Source # 

data GpgSignatureAttr Source #

Signature attributes available from an GpgVerifyResult. The attribute's VariantType is shown in brackets.

Constructors

GpgSignatureAttrValid
G_VARIANT_TYPE_BOOLEAN
Is the signature valid?
GpgSignatureAttrSigExpired
G_VARIANT_TYPE_BOOLEAN
Has the signature expired?
GpgSignatureAttrKeyExpired
G_VARIANT_TYPE_BOOLEAN
Has the signing key expired?
GpgSignatureAttrKeyRevoked
G_VARIANT_TYPE_BOOLEAN
Has the signing key been revoked?
GpgSignatureAttrKeyMissing
G_VARIANT_TYPE_BOOLEAN
Is the signing key missing?
GpgSignatureAttrFingerprint
G_VARIANT_TYPE_STRING
Fingerprint of the signing key
GpgSignatureAttrTimestamp
G_VARIANT_TYPE_INT64
Signature creation Unix timestamp
GpgSignatureAttrExpTimestamp
G_VARIANT_TYPE_INT64
Signature expiration Unix timestamp (0 if no expiration)
GpgSignatureAttrPubkeyAlgoName
G_VARIANT_TYPE_STRING
Name of the public key algorithm used to create the signature
GpgSignatureAttrHashAlgoName
G_VARIANT_TYPE_STRING
Name of the hash algorithm used to create the signature
GpgSignatureAttrUserName
G_VARIANT_TYPE_STRING
The name of the signing key's primary user
GpgSignatureAttrUserEmail
G_VARIANT_TYPE_STRING
The email address of the signing key's primary user
AnotherGpgSignatureAttr Int

Catch-all for unknown values

data DeploymentUnlockedState Source #

No description available in the introspection data.

Constructors

DeploymentUnlockedStateNone

No description available in the introspection data.

DeploymentUnlockedStateDevelopment

No description available in the introspection data.

DeploymentUnlockedStateHotfix

No description available in the introspection data.

AnotherDeploymentUnlockedState Int

Catch-all for unknown values

Instances

Enum DeploymentUnlockedState Source # 
Eq DeploymentUnlockedState Source # 
Ord DeploymentUnlockedState Source # 
Show DeploymentUnlockedState Source #