gi-secret-0.0.1: 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.Enums

Contents

Description

 

Synopsis

Exported types

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

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