Gio.OutputVector
const Gio = imports.gi.Gio;
let outputVector = new Gio.OutputVector({
size: value
});
Structure used for scatter/gather data output. You generally pass in an array of Gio.OutputVector<!-- -->s and the operation will use all the buffers as if they were one buffer.
Since 2.22