Struct

GioOutputVector

since: 2.22

Description

struct GOutputVector {
  gconstpointer buffer;
  gsize size;
}

Structure used for scatter/gather data output. You generally pass in an array of GOutputVectors and the operation will use all the buffers as if they were one buffer.

Structure members
buffer

Pointer to a buffer of data to read.

size

The size of buffer.

Available since: 2.22