Item.loadSecretsSync

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

The @items must all have the same SecretItem::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
(
ListG items
,
Cancellable cancellable
)

Parameters

items ListG

the items to retrieve secrets for

cancellable Cancellable

optional cancellation object

Return Value

Type: bool

whether the operation succeeded or not

Throws

GException on failure.

Meta