Collection.loadItems

void loadItems(gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)

Ensure that the #SecretCollection proxy has loaded all the items present in the Secret Service.

This affects the result of secret.collection.Collection.getItems.

For collections returned from secret.service.Service.getCollections the items will have already been loaded.

This method will return immediately and complete asynchronously.

Parameters

cancellableoptional cancellation object
callbackcalled when the operation completes