Virtualvfunc_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_import_interaction_supplement_prep().
This method prompts the user and fills in the attributes. If the user or cancellable cancels the operation the error should be set with Gio.IOErrorEnum.CANCELLED.
supplemented attributes
Optionalcancellable: Gio.Cancellableoptional cancellable object
Virtualvfunc_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_import_interaction_supplement_prep().
This method prompts the user and fills in the attributes.
supplemented attributes
Optionalcancellable: Gio.Cancellableoptional cancellable object
Optionalcallback: AsyncReadyCallback<Gcr.ImportInteraction.Interface>called when the operation completes
Virtualvfunc_Complete operation to asynchronously supplement attributes before import.
If the user or cancellable cancels the operation the error should be set with Gio.IOErrorEnum.CANCELLED.
the asynchronous result
Virtualvfunc_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.
Interface for implementing ImportInteraction. Contains only the virtual methods that need to be implemented.