Item.loadSecrets

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

The @items must all have the same SecretItem::service property.

This function returns immediately and completes asynchronously.

class Item
static
void
loadSecrets
(
ListG items
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

items ListG

the items to retrieve secrets for

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to pass to the callback

Meta