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 secret.item.Item.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
items | the items to retrieve secrets for |
cancellable | optional cancellation object |
Returns
whether the operation succeeded or not