Gcr.Importer.prototype.import

function import(cancellable: Gio.Cancellable): Boolean {
    // Gjs wrapper for gcr_importer_import()
}
  

Import the queued items in the importer. This call will block until the operation completes.

cancellable

a Gio.Cancellable, or null

Returns

whether the items were imported successfully or not