Gio.InputVector¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
buffer |
r/w |
Pointer to a buffer where data will be written. |
|
size |
r/w |
the available size in buffer. |
Methods¶
None
Details¶
- class Gio.InputVector¶
Structure used for scatter/gather data input. You generally pass in an array of
Gio.InputVectors
and the operation will store the read data starting in the first buffer, switching to the next as needed.New in version 2.22.