Virtual Method
GcrImportInteractionsupplement
Declaration [src]
GTlsInteractionResult
supplement (
GcrImportInteraction* interaction,
GckBuilder* builder,
GCancellable* cancellable,
GError** error
)
Description [src]
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 G_IO_ERROR_CANCELLED
.