Gio.IOModuleScope

const Gio = imports.gi.Gio;

let iOModuleScope = new Gio.IOModuleScope();
  

Represents a scope for loading IO modules. A scope can be used for blocking duplicate modules, or blocking a module you don't want to load.

The scope can be used with Gio.io_modules_load_all_in_directory_with_scope or Gio.io_modules_scan_all_in_directory_with_scope.

Since 2.30