GLib.IOChannel

const GLib = imports.gi.GLib;

let iOChannel = new GLib.IOChannel(filename: String, mode: String);
  

A data structure representing an IO Channel. The fields should be considered private and should only be accessed with the following functions.