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

GI.Secret.Enums

Description

 
Synopsis

Enumerations

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.

AnotherError Int

Catch-all for unknown values

Instances

Instances details
Enum Error Source # 
Instance details

Defined in GI.Secret.Enums

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 #

Show Error Source # 
Instance details

Defined in GI.Secret.Enums

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

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

Eq SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

Ord SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

Show SchemaAttributeType Source # 
Instance details

Defined in GI.Secret.Enums

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