GLib.IOChannel.prototype.init

function init(): void {
    // Gjs wrapper for g_io_channel_init()
}
  

Initializes a GLib.IOChannel struct.

This is called by each of the above functions when creating a GLib.IOChannel, and so is not often needed by the application programmer (unless you are creating a new type of GLib.IOChannel).