Method
GcrImportInteractionsupplement_async
Declaration [src]
void
gcr_import_interaction_supplement_async (
  GcrImportInteraction* interaction,
  GckBuilder* builder,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
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.
Parameters
- builder
- 
            Type: GckBuilderSupplemented attributes. The data is owned by the caller of the method. 
- cancellable
- 
            Type: GCancellableOptional cancellable object. The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackCalled when the operation completes. The argument can be NULL.
- user_data
- 
            Type: gpointerData to be passed to the callback. The argument can be NULL.The data is owned by the caller of the method.