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.

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

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

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

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

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

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

  7. newtype OutputVector

    gi-gio GI.Gio.Structs.OutputVector

    Memory-managed wrapper type.

  8. OutputVector :: ManagedPtr OutputVector -> OutputVector

    gi-gio GI.Gio.Structs.OutputVector

    No documentation available.

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

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

Page 53 of many | Previous | Next