Service.loadCollections

Ensure that the #SecretService proxy has loaded all the collections present in the Secret Service. This affects the result of secret_service_get_collections().

You can also pass the %SECRET_SERVICE_LOAD_COLLECTIONS to secret_service_get_sync() in order to ensure that the collections have been loaded by the time you get the #SecretService proxy.

This method will return immediately and complete asynchronously.

class Service
void
loadCollections
(
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to be passed to the callback

Meta