Structure used for scatter/gather data input.
You generally pass in an array of GInputVectors
and the operation will store the read data starting in the
first buffer, switching to the next as needed.
gpointer buffer;
Pointer to a buffer where data will be written.
gsize size;
the available size in buffer.
Since 2.22
Structure used for scatter/gather data input. You generally pass in an array of GInputVectors and the operation will store the read data starting in the first buffer, switching to the next as needed. gpointer buffer; Pointer to a buffer where data will be written. gsize size; the available size in buffer. Since 2.22