gi-secret-0.0.13: Libsecret bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Secret.Enums

Description

 
Synopsis

Enumerations

BackendFlags

data BackendFlags Source #

Flags which determine which parts of the Backend are initialized.

Since: 0.19.0

Constructors

BackendFlagsNone

no flags for initializing the Backend

BackendFlagsOpenSession

establish a session for transfer of secrets while initializing the Backend

BackendFlagsLoadCollections

load collections while initializing the Backend

AnotherBackendFlags Int

Catch-all for unknown values

Instances

Instances details
Enum BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

Show BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

Eq BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

Ord BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

BoxedEnum BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

TypedObject BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

Methods

glibType :: IO GType

HasParentTypes BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes BackendFlags Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes BackendFlags = '[] :: [Type]

Error

data Error Source #

No description available in the introspection data.

Constructors

ErrorProtocol

No description available in the introspection data.

ErrorIsLocked

No description available in the introspection data.

ErrorNoSuchObject

No description available in the introspection data.

ErrorAlreadyExists

No description available in the introspection data.

ErrorInvalidFileFormat

No description available in the introspection data.

AnotherError Int

Catch-all for unknown values

Instances

Instances details
Enum Error Source # 
Instance details

Defined in GI.Secret.Enums

Show Error Source # 
Instance details

Defined in GI.Secret.Enums

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

Eq Error Source # 
Instance details

Defined in GI.Secret.Enums

Methods

(==) :: Error -> Error -> Bool #

(/=) :: Error -> Error -> Bool #

Ord Error Source # 
Instance details

Defined in GI.Secret.Enums

Methods

compare :: Error -> Error -> Ordering #

(<) :: Error -> Error -> Bool #

(<=) :: Error -> Error -> Bool #

(>) :: Error -> Error -> Bool #

(>=) :: Error -> Error -> Bool #

max :: Error -> Error -> Error #

min :: Error -> Error -> Error #

BoxedEnum Error Source # 
Instance details

Defined in GI.Secret.Enums

TypedObject Error Source # 
Instance details

Defined in GI.Secret.Enums

Methods

glibType :: IO GType

HasParentTypes Error Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes Error Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes Error = '[] :: [Type]

SchemaAttributeType

data SchemaAttributeType Source #

The type of an attribute in a Schema. Attributes are stored as strings in the Secret Service, and the attribute types simply define standard ways to store integer and boolean values as strings.

Constructors

SchemaAttributeTypeString

a utf-8 string attribute

SchemaAttributeTypeInteger

an integer attribute, stored as a decimal

SchemaAttributeTypeBoolean

a boolean attribute, stored as 'true' or 'false'

AnotherSchemaAttributeType Int

Catch-all for unknown values

Instances

Instances details
Enum SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

Show SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

Eq SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

Ord SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

BoxedEnum SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

TypedObject SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

Methods

glibType :: IO GType

HasParentTypes SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes SchemaAttributeType = '[] :: [Type]

SchemaType

data SchemaType Source #

Different types of schemas for storing secrets, intended for use with getSchema.

Since: 0.18.6

Constructors

SchemaTypeNote

Personal passwords; see SECRET_SCHEMA_NOTE

SchemaTypeCompatNetwork

Network passwords from older libgnome-keyring storage; see SECRET_SCHEMA_COMPAT_NETWORK

AnotherSchemaType Int

Catch-all for unknown values

Instances

Instances details
Enum SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

Show SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

Eq SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

Ord SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

BoxedEnum SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

TypedObject SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

Methods

glibType :: IO GType

HasParentTypes SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes SchemaType Source # 
Instance details

Defined in GI.Secret.Enums

type ParentTypes SchemaType = '[] :: [Type]