Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clearOutputMessageVectors :: MonadIO m => OutputMessage -> m ()gi-gio GI.Gio.Structs.OutputMessage Set the value of the “vectors” field to Nothing. When overloading is enabled, this is equivalent to
clear #vectors
getOutputMessageNumVectors :: MonadIO m => OutputMessage -> m Word32gi-gio GI.Gio.Structs.OutputMessage Get the value of the “num_vectors” field. When overloading is enabled, this is equivalent to
get outputMessage #numVectors
getOutputMessageVectors :: MonadIO m => OutputMessage -> m (Maybe OutputVector)gi-gio GI.Gio.Structs.OutputMessage Get the value of the “vectors” field. When overloading is enabled, this is equivalent to
get outputMessage #vectors
setOutputMessageNumVectors :: MonadIO m => OutputMessage -> Word32 -> m ()gi-gio GI.Gio.Structs.OutputMessage Set the value of the “num_vectors” field. When overloading is enabled, this is equivalent to
set outputMessage [ #numVectors := value ]
setOutputMessageVectors :: MonadIO m => OutputMessage -> Ptr OutputVector -> m ()gi-gio GI.Gio.Structs.OutputMessage Set the value of the “vectors” field. When overloading is enabled, this is equivalent to
set outputMessage [ #vectors := value ]
module GI.Gio.Structs.
OutputVector 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
-
gi-gio GI.Gio.Structs.OutputVector Memory-managed wrapper type.
OutputVector :: ManagedPtr OutputVector -> OutputVectorgi-gio GI.Gio.Structs.OutputVector No documentation available.
clearOutputVectorBuffer :: MonadIO m => OutputVector -> m ()gi-gio GI.Gio.Structs.OutputVector 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 ())gi-gio GI.Gio.Structs.OutputVector Get the value of the “buffer” field. When overloading is enabled, this is equivalent to
get outputVector #buffer