Gio.IOModule

const Gio = imports.gi.Gio;

let iOModule = new Gio.IOModule();
  

Provides an interface and default functions for loading and unloading modules. This is used internally to make GIO extensible, but can also be used by others to implement module loading.

Hierarchy

  • GObject.Object
    • GObject.TypeModule
      • Gio.IOModule