gnome-keyring-0.1: Bindings for libgnome-keyring

Portabilitynon-portable (Typeclass extensions & FFI)
Stabilityexperimental
MaintainerJohn Millikin <jmillikin@gmail.com>

Gnome.Keyring.KeyringInfo

Description

Use getInfo or setInfo to modify information about particular keyrings.

Synopsis

Documentation

data KeyringInfo Source

Instances

Callback GetKeyringInfoCallback KeyringInfo 

keyringSetLockOnIdle :: KeyringInfo -> Bool -> KeyringInfoSource

Set whether or not to lock a keyring after a certain amount of idle time.

keyringSetLockTimeout :: KeyringInfo -> Word32 -> KeyringInfoSource

Set the idle timeout, in seconds, after which to lock the keyring.