Gcr.ImportInteraction.prototype.supplement_prep
function supplement_prep(builder: Gck.Builder): void {
// Gjs wrapper for gcr_import_interaction_supplement_prep()
}
Prepare for supplementing the given attributes before import. This means prompting the user for things like labels and the like. The attributes will contain attributes for values that the importer needs, either empty or prefilled with suggested values.
This method does not prompt the user, but rather just prepares the interaction that these are the attributes that are needed.
- builder
attributes to supplement