Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. clearInputVectorBuffer :: MonadIO m => InputVector -> m ()

    gi-gio GI.Gio.Structs.InputVector

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

    clear #buffer
    

  2. getInputVectorBuffer :: MonadIO m => InputVector -> m (Ptr ())

    gi-gio GI.Gio.Structs.InputVector

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

    get inputVector #buffer
    

  3. getInputVectorSize :: MonadIO m => InputVector -> m CSize

    gi-gio GI.Gio.Structs.InputVector

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

    get inputVector #size
    

  4. newZeroInputVector :: MonadIO m => m InputVector

    gi-gio GI.Gio.Structs.InputVector

    Construct a InputVector struct initialized to zero.

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

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

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

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

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

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

Page 52 of many | Previous | Next