Item.loadSecret

Load the secret value of this item.

Each item has a single secret which might be a password or some other secret binary value.

This function will fail if the secret item is locked.

This function returns immediately and completes asynchronously.

class Item
void
loadSecret
(
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to pass to the callback

Meta