gnome-keyring-0.2.2.4: Bindings for libgnome-keyring

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

Gnome.Keyring.Operation

Description

Most operations on the keyring and its items have both synchronous and asynchronous variants. The Operation type allows these to be combined in a single value, to reduce the overall size of the API.

Synopsis

Documentation

async :: Operation a -> (Error -> IO ()) -> (a -> IO ()) -> IO CancellationKeySource

cancel :: CancellationKey -> IO ()Source

Cancel an asynchronous request. The request will return ErrorCancelled.