Gcr.ImportInteraction.prototype.supplement_async

function supplement_async(builder: Gck.Builder, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void {
    // Gjs wrapper for gcr_import_interaction_supplement_async()
}
  

Asynchronously supplement attributes before import. This means prompting the user for things like labels and the like. The needed attributes will have been passed to Gcr.ImportInteraction.prototype.supplement_prep.

This method prompts the user and fills in the attributes.

builder

supplemented attributes

cancellable

optional cancellable object

callback

called when the operation completes