passwordSearchSync

Search for items in the secret service.

The attributes should be a set of key and value string pairs.

If no secret is found then null is returned.

This method may block indefinitely and should not be used in user interface threads.

Parameters

schema secret.schema.Schema

the schema for attributes

attributes string[string]

the attribute keys and values

flags secret.types.SearchFlags

search option flags

cancellable gio.cancellable.Cancellable

optional cancellation object

Return Value

Type: secret.retrievable.Retrievable[]

a list of ifaceRetrievable containing attributes of the matched items