Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setSourceCallbackFuncsRef :: MonadIO m => SourceCallbackFuncs -> FunPtr C_SourceCallbackFuncsRefFieldCallback -> m ()

    gi-glib GI.GLib.Structs.SourceCallbackFuncs

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

    set sourceCallbackFuncs [ #ref := value ]
    

  2. setSourceCallbackFuncsUnref :: MonadIO m => SourceCallbackFuncs -> FunPtr C_SourceCallbackFuncsUnrefFieldCallback -> m ()

    gi-glib GI.GLib.Structs.SourceCallbackFuncs

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

    set sourceCallbackFuncs [ #unref := value ]
    

  3. setSourceFuncsCheck :: MonadIO m => SourceFuncs -> FunPtr C_SourceFuncsCheckFieldCallback -> m ()

    gi-glib GI.GLib.Structs.SourceFuncs

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

    set sourceFuncs [ #check := value ]
    

  4. setSourceFuncsFinalize :: MonadIO m => SourceFuncs -> FunPtr C_SourceFuncsFinalizeFieldCallback -> m ()

    gi-glib GI.GLib.Structs.SourceFuncs

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

    set sourceFuncs [ #finalize := value ]
    

  5. setSourceFuncsPrepare :: MonadIO m => SourceFuncs -> FunPtr C_SourceFuncsPrepareFieldCallback -> m ()

    gi-glib GI.GLib.Structs.SourceFuncs

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

    set sourceFuncs [ #prepare := value ]
    

  6. setStringAllocatedLen :: MonadIO m => String -> CSize -> m ()

    gi-glib GI.GLib.Structs.String

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

    set string [ #allocatedLen := value ]
    

  7. setStringLen :: MonadIO m => String -> CSize -> m ()

    gi-glib GI.GLib.Structs.String

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

    set string [ #len := value ]
    

  8. setStringStr :: MonadIO m => String -> CString -> m ()

    gi-glib GI.GLib.Structs.String

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

    set string [ #str := value ]
    

  9. setTestConfigTestInitialized :: MonadIO m => TestConfig -> Bool -> m ()

    gi-glib GI.GLib.Structs.TestConfig

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

    set testConfig [ #testInitialized := value ]
    

  10. setTestConfigTestPerf :: MonadIO m => TestConfig -> Bool -> m ()

    gi-glib GI.GLib.Structs.TestConfig

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

    set testConfig [ #testPerf := value ]
    

Page 240 of many | Previous | Next