Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.Secret.Constants
Description
Synopsis
- pattern MINOR_VERSION :: Int32
- pattern MICRO_VERSION :: Int32
- pattern MAJOR_VERSION :: Int32
- pattern COLLECTION_SESSION :: Text
- pattern COLLECTION_DEFAULT :: Text
- pattern BACKEND_EXTENSION_POINT_NAME :: Text
Documentation
pattern MINOR_VERSION :: Int32 Source #
The minor version of libsecret.
pattern MICRO_VERSION :: Int32 Source #
The micro version of libsecret.
pattern MAJOR_VERSION :: Int32 Source #
The major version of libsecret.
pattern COLLECTION_SESSION :: Text Source #
An alias to the session collection, which will be cleared when the user ends the session.
This can be passed to [funcpasswordStore
], Collection.for_alias
or
similar functions.
pattern COLLECTION_DEFAULT :: Text Source #
An alias to the default collection.
This can be passed to [funcpasswordStore
] Collection.for_alias
.
pattern BACKEND_EXTENSION_POINT_NAME :: Text Source #
Extension point for the secret backend.