GOutputVector

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. gconstpointer buffer; Pointer to a buffer of data to read. gsize size; the size of buffer. Since 2.22

struct GOutputVector {}

Members

Variables

buffer
void* buffer;
Undocumented in source.
size
gsize size;
Undocumented in source.

Meta