Gio.OutputVector¶
Fields¶
| Name | Type | Access | Description |
|---|---|---|---|
| buffer | object |
r/w | Pointer to a buffer of data to read. |
| size | int |
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.OutputVectorsand the operation will use all the buffers as if they were one buffer.New in version 2.22.