Gio.InputVector
const Gio = imports.gi.Gio;
let inputVector = new Gio.InputVector({
size: value
});
Structure used for scatter/gather data input. You generally pass in an array of Gio.InputVector<!-- -->s and the operation will store the read data starting in the first buffer, switching to the next as needed.
Since 2.22