Secret.Service.prototype.load_collections_finish

function load_collections_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for secret_service_load_collections_finish()
}
  

Complete an asynchronous operation to ensure that the Secret.Service proxy has loaded all the collections present in the Secret Service.

result

the asynchronous result passed to the callback

Returns

whether the load was successful or not