Service.getSecretsForDbusPaths

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

The items are represented by their D-Bus object paths. If you already have #SecretItem proxy objects, use use secret_item_load_secrets() to more simply get their secret values.

This function returns immediately and completes asynchronously.

class Service
void
getSecretsForDbusPaths
(
string[] itemPaths
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

itemPaths string[]

the D-Bus paths to 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