Item.loadSecretsSync

bool loadSecretsSync(secret.item.Item[] items, gio.cancellable.Cancellable cancellable = null)

Load the secret values for a secret item stored in the service.

The items must all have the same propertyItem:service property.

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

Items that are locked will not have their secrets loaded.

Parameters

itemsthe items to retrieve secrets for
cancellableoptional cancellation object

Returns

whether the operation succeeded or not

Throws

[ErrorWrap]