Gio.OutputVector¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
buffer |
r/w |
Pointer to a buffer of data to read. |
|
size |
r/w |
the size of buffer. |
Methods¶
None
Details¶
- class Gio.OutputVector¶
Structure used for scatter/gather data output. You generally pass in an array of
Gio.OutputVectors
and the operation will use all the buffers as if they were one buffer.New in version 2.22.