Virtualvfunc_Import the queued items in the importer. This function returns immediately and completes asynchronously.
Optionalcancellable: Gio.Cancellablea Gio.Cancellable, or null
Optionalcallback: AsyncReadyCallback<Gcr.Importer.Interface>called when the operation completes
Virtualvfunc_Complete an asynchronous operation to import queued items.
an asynchronous result
Virtualvfunc_Queues an additional item to be imported. The parsed item is represented by the state of the Parser at the time of calling this method.
If the parsed item is incompatible with the importer, then this will fail and the item will not be queued.
a parsed item to import
Interface for implementing Importer. Contains only the virtual methods that need to be implemented.