Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data CollectionCreateFlags
- data CollectionFlags
- data ItemCreateFlags
- data ItemFlags
- data SchemaFlags
- data SearchFlags
- data ServiceFlags
Flags
CollectionCreateFlags
data CollectionCreateFlags Source #
Flags for Collection.create
.
CollectionCreateFlagsNone | no flags |
AnotherCollectionCreateFlags Int | Catch-all for unknown values |
Instances
CollectionFlags
data CollectionFlags Source #
Flags which determine which parts of the Collection
proxy are initialized.
CollectionFlagsNone | no flags |
CollectionFlagsLoadItems | items have or should be loaded |
AnotherCollectionFlags Int | Catch-all for unknown values |
Instances
ItemCreateFlags
data ItemCreateFlags Source #
Flags for Item.create
.
ItemCreateFlagsNone | no flags |
ItemCreateFlagsReplace | replace an item with the same attributes. |
AnotherItemCreateFlags Int | Catch-all for unknown values |
Instances
ItemFlags
Flags which determine which parts of the Item
proxy are initialized.
ItemFlagsNone | no flags |
ItemFlagsLoadSecret | a secret has been (or should be) loaded for |
AnotherItemFlags Int | Catch-all for unknown values |
Instances
Enum ItemFlags Source # | |
Defined in GI.Secret.Flags succ :: ItemFlags -> ItemFlags # pred :: ItemFlags -> ItemFlags # fromEnum :: ItemFlags -> Int # enumFrom :: ItemFlags -> [ItemFlags] # enumFromThen :: ItemFlags -> ItemFlags -> [ItemFlags] # enumFromTo :: ItemFlags -> ItemFlags -> [ItemFlags] # enumFromThenTo :: ItemFlags -> ItemFlags -> ItemFlags -> [ItemFlags] # | |
Show ItemFlags Source # | |
Eq ItemFlags Source # | |
Ord ItemFlags Source # | |
Defined in GI.Secret.Flags | |
BoxedFlags ItemFlags Source # | |
Defined in GI.Secret.Flags | |
IsGFlag ItemFlags Source # | |
Defined in GI.Secret.Flags | |
TypedObject ItemFlags Source # | |
Defined in GI.Secret.Flags | |
HasParentTypes ItemFlags Source # | |
Defined in GI.Secret.Flags | |
type ParentTypes ItemFlags Source # | |
Defined in GI.Secret.Flags |
SchemaFlags
data SchemaFlags Source #
Flags for a Schema
definition.
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 |
Instances
SearchFlags
data SearchFlags Source #
Various flags to be used with [methodservice
.search] and [methodservice
.search_sync].
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 |
Instances
ServiceFlags
data ServiceFlags Source #
Flags which determine which parts of the Service
proxy are initialized
during a Service.get
or Service.open
operation.
ServiceFlagsNone | no flags for initializing the |
ServiceFlagsOpenSession | establish a session for transfer of secrets
while initializing the |
ServiceFlagsLoadCollections | load collections while initializing the
|
AnotherServiceFlags Int | Catch-all for unknown values |