Method
SecretServiceload_collections
Declaration [src]
void
secret_service_load_collections (
SecretService* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
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.
This method completes asynchronously. Use secret_service_load_collections_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
cancellable
-
Type:
GCancellable
Optional cancellation object.
The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
Called when the operation completes.
The argument can be NULL
. user_data
-
Type:
gpointer
Data to be passed to the callback.
The argument can be NULL
.The data is owned by the caller of the method.