Gio.InputVector¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| buffer | object | r/w | Pointer to a buffer where data will be written. | 
| size | int | 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.InputVectorsand the operation will store the read data starting in the first buffer, switching to the next as needed.- New in version 2.22.