Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setInputVectorBuffer :: MonadIO m => InputVector -> Ptr () -> m ()

    gi-gio GI.Gio.Structs.InputVector

    Set the value of the “buffer” field. When overloading is enabled, this is equivalent to

    set inputVector [ #buffer := value ]
    

  2. setInputVectorSize :: MonadIO m => InputVector -> CSize -> m ()

    gi-gio GI.Gio.Structs.InputVector

    Set the value of the “size” field. When overloading is enabled, this is equivalent to

    set inputVector [ #size := value ]
    

  3. 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
    

  4. getOutputMessageNumVectors :: MonadIO m => OutputMessage -> m Word32

    gi-gio GI.Gio.Structs.OutputMessage

    Get the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    get outputMessage #numVectors
    

  5. 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
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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

  9. newtype OutputVector

    gi-gio GI.Gio.Structs.OutputVector

    Memory-managed wrapper type.

  10. OutputVector :: ManagedPtr OutputVector -> OutputVector

    gi-gio GI.Gio.Structs.OutputVector

    No documentation available.

Page 53 of many | Previous | Next