password_searchv
Description:
[
CCode ( finish_name =
"secret_password_search_finish" ) ]
[
Version ( since =
"0.19.0" ) ]
public async List<
Retrievable>
password_searchv (
Schema? schema,
owned HashTable<
string,
string> attributes,
SearchFlags flags,
Cancellable? cancellable)
throws Error
Search for items in the secret service.
The attributes
should be a set of key and value string pairs.
This method will return immediately and complete asynchronously.
Parameters:
schema |
the schema for attributes
|
attributes |
the attribute keys and values
|
flags |
search option flags
|
cancellable |
optional cancellation object
|
callback |
called when the operation completes
|
user_data |
data to be passed to the callback
|