Gio.IOModule.prototype.unload

function unload(): void {
    // Gjs wrapper for g_io_module_unload()
}
  

Required API for GIO modules to implement.

This function is run when the module is being unloaded from GIO, to finalize the module.