| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gio.Structs.OutputVector
Contents
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.
Since: 2.22
Synopsis
- newtype OutputVector = OutputVector (ManagedPtr OutputVector)
- newZeroOutputVector :: MonadIO m => m OutputVector
- noOutputVector :: Maybe OutputVector
- clearOutputVectorBuffer :: MonadIO m => OutputVector -> m ()
- getOutputVectorBuffer :: MonadIO m => OutputVector -> m (Ptr ())
- setOutputVectorBuffer :: MonadIO m => OutputVector -> Ptr () -> m ()
- getOutputVectorSize :: MonadIO m => OutputVector -> m Word64
- setOutputVectorSize :: MonadIO m => OutputVector -> Word64 -> m ()
Exported types
newtype OutputVector Source #
Memory-managed wrapper type.
Constructors
| OutputVector (ManagedPtr OutputVector) |
Instances
| WrappedPtr OutputVector Source # | |
Defined in GI.Gio.Structs.OutputVector Methods wrappedPtrCalloc :: IO (Ptr OutputVector) # | |
| tag ~ AttrSet => Constructible OutputVector tag Source # | |
Defined in GI.Gio.Structs.OutputVector Methods new :: MonadIO m => (ManagedPtr OutputVector -> OutputVector) -> [AttrOp OutputVector tag] -> m OutputVector # | |
newZeroOutputVector :: MonadIO m => m OutputVector Source #
Construct a OutputVector struct initialized to zero.
noOutputVector :: Maybe OutputVector Source #
A convenience alias for Nothing :: Maybe OutputVector.
Properties
buffer
Pointer to a buffer of data to read.
clearOutputVectorBuffer :: MonadIO m => OutputVector -> m () Source #
Set the value of the “buffer” field to Nothing.
When overloading is enabled, this is equivalent to
clear #buffer
getOutputVectorBuffer :: MonadIO m => OutputVector -> m (Ptr ()) Source #
Get the value of the “buffer” field.
When overloading is enabled, this is equivalent to
get outputVector #buffer
setOutputVectorBuffer :: MonadIO m => OutputVector -> Ptr () -> m () Source #
Set the value of the “buffer” field.
When overloading is enabled, this is equivalent to
setoutputVector [ #buffer:=value ]
size
the size of buffer.
getOutputVectorSize :: MonadIO m => OutputVector -> m Word64 Source #
Get the value of the “size” field.
When overloading is enabled, this is equivalent to
get outputVector #size
setOutputVectorSize :: MonadIO m => OutputVector -> Word64 -> m () Source #
Set the value of the “size” field.
When overloading is enabled, this is equivalent to
setoutputVector [ #size:=value ]