gi-secret-0.0.2: 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

Exported types

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

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

data CollectionCreateFlags Source #

Flags for collectionCreate.

Constructors

CollectionCreateFlagsCollectionCreateNone

no flags

AnotherCollectionCreateFlags Int

Catch-all for unknown values

Instances

Enum CollectionCreateFlags Source # 
Eq CollectionCreateFlags Source # 
Ord CollectionCreateFlags Source # 
Show CollectionCreateFlags Source # 
IsGFlag CollectionCreateFlags Source #