Function
SecretItemload_secrets
Declaration [src]
void
secret_item_load_secrets (
  GList* items,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
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.
Parameters
- items
- 
            Type: A list of NoneThe items to retrieve secrets for. The data is owned by the caller of the function. 
- cancellable
- 
            Type: GCancellableOptional cancellation object. The argument can be NULL.The data is owned by the caller of the function. 
- callback
- 
            Type: GAsyncReadyCallbackCalled when the operation completes. 
- user_data
- 
            Type: gpointerData to pass to the callback. The argument can be NULL.The data is owned by the caller of the function.