Item.loadSecretsSync

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.

class Item
static
bool
loadSecretsSync

Parameters

items secret.item.Item[]

the items to retrieve secrets for

cancellable gio.cancellable.Cancellable

optional cancellation object

Return Value

Type: bool

whether the operation succeeded or not