| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Secret.Enums
Contents
Description
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 |
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 |