GLib.MappedFile

const GLib = imports.gi.GLib;

let mappedFile = new GLib.MappedFile(filename: String, writable: Boolean);
  

The GLib.MappedFile represents a file mapping created with GLib.MappedFile.new. It has only private members and should not be accessed directly.