Service.clear

Remove unlocked items which match the attributes from the secret service.

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

If @service is NULL, then secret_service_get() will be called to get the default #SecretService proxy.

This method will return immediately and complete asynchronously.

class Service
void
clear
(,
HashTable attributes
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

schema Schema

the schema for the attributes

attributes HashTable

the attribute keys and values

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to be passed to the callback

Meta