OutputVector
class OutputVector(val gioOutputVectorPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
Structure used for scatter/gather data output. You generally pass in an array of #GOutputVectors and the operation will use all the buffers as if they were one buffer.
Since
2.22
Constructors
Link copied to clipboard
constructor()
Allocate a new OutputVector.
constructor(scope: <Error class: unknown class>)
Allocate a new OutputVector using the provided AutofreeScope.
constructor(buffer: <Error class: unknown class>, size: <Error class: unknown class>)
Allocate a new OutputVector.
constructor(buffer: <Error class: unknown class>, size: <Error class: unknown class>, scope: <Error class: unknown class>)
Allocate a new OutputVector using the provided AutofreeScope.
constructor(gioOutputVectorPointer: <Error class: unknown class><<Error class: unknown class>>)