gnome-keyring-0.1: Bindings for libgnome-keyring

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

Gnome.Keyring.Find

Description

A find operation searches through all keyrings for items that match the given attributes. The user may be prompted to unlock necessary keyrings, and will be prompted for access to the items if needed.

Synopsis

Documentation

data Found Source

Instances

Eq Found 
Show Found 
Callback GetFoundListCallback [Found] 

findItems :: ItemType -> [Attribute] -> Operation [Found]Source

Searches through all keyrings for items that match the attributes. The matches are for exact equality.

The user may be prompted to unlock necessary keyrings, and will be prompted for access to the items if needed.