| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gio.Structs.OutputVector
Description
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.
- newtype OutputVector = OutputVector (ForeignPtr OutputVector)
- noOutputVector :: Maybe OutputVector
- outputVectorReadBuffer :: OutputVector -> IO (Ptr ())
- outputVectorReadSize :: OutputVector -> IO Word64
Exported types
newtype OutputVector Source
Constructors
| OutputVector (ForeignPtr OutputVector) |
Properties
Buffer
outputVectorReadBuffer :: OutputVector -> IO (Ptr ()) Source