gi-secret-0.0.5: Libsecret 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.Secret.Flags

Contents

Description

 
Synopsis

Flags

CollectionCreateFlags

data CollectionCreateFlags Source #

Flags for collectionCreate.

Constructors

CollectionCreateFlagsCollectionCreateNone

no flags

AnotherCollectionCreateFlags Int

Catch-all for unknown values

Instances
Enum CollectionCreateFlags Source # 
Instance details

Defined in GI.Secret.Flags

Eq CollectionCreateFlags Source # 
Instance details

Defined in GI.Secret.Flags

Ord CollectionCreateFlags Source # 
Instance details

Defined in GI.Secret.Flags

Show CollectionCreateFlags Source # 
Instance details

Defined in GI.Secret.Flags

IsGFlag CollectionCreateFlags Source # 
Instance details

Defined in GI.Secret.Flags

CollectionFlags

data CollectionFlags Source #

Flags which determine which parts of the Collection proxy are initialized.

Constructors

CollectionFlagsNone

no flags

CollectionFlagsLoadItems

items have or should be loaded

AnotherCollectionFlags Int

Catch-all for unknown values

ItemCreateFlags

data ItemCreateFlags Source #

Flags for itemCreate.

Constructors

ItemCreateFlagsNone

no flags

ItemCreateFlagsReplace

replace an item with the same attributes.

AnotherItemCreateFlags Int

Catch-all for unknown values

ItemFlags

data ItemFlags Source #

Flags which determine which parts of the Item proxy are initialized.

Constructors

ItemFlagsNone

no flags

ItemFlagsLoadSecret

a secret has been (or should be) loaded for Item

AnotherItemFlags Int

Catch-all for unknown values

SchemaFlags

data SchemaFlags Source #

Flags for a Schema definition.

Constructors

SchemaFlagsNone

no flags for the schema

SchemaFlagsDontMatchName

don't match the schema name when looking up or removing passwords

AnotherSchemaFlags Int

Catch-all for unknown values

SearchFlags

data SearchFlags Source #

Various flags to be used with serviceSearch and serviceSearchSync.

Constructors

SearchFlagsNone

no flags

SearchFlagsAll

all the items matching the search will be returned, instead of just the first one

SearchFlagsUnlock

unlock locked items while searching

SearchFlagsLoadSecrets

while searching load secrets for items that are not locked

AnotherSearchFlags Int

Catch-all for unknown values

ServiceFlags

data ServiceFlags Source #

Flags which determine which parts of the Service proxy are initialized during a serviceGet or serviceOpen operation.

Constructors

ServiceFlagsNone

no flags for initializing the Service

ServiceFlagsOpenSession

establish a session for transfer of secrets while initializing the Service

ServiceFlagsLoadCollections

load collections while initializing the Service

AnotherServiceFlags Int

Catch-all for unknown values