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. setTestConfigTestQuick :: MonadIO m => TestConfig -> Bool -> m ()

    gi-glib GI.GLib.Structs.TestConfig

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

    set testConfig [ #testQuick := value ]
    

  2. setTestConfigTestQuiet :: MonadIO m => TestConfig -> Bool -> m ()

    gi-glib GI.GLib.Structs.TestConfig

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

    set testConfig [ #testQuiet := value ]
    

  3. setTestConfigTestUndefined :: MonadIO m => TestConfig -> Bool -> m ()

    gi-glib GI.GLib.Structs.TestConfig

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

    set testConfig [ #testUndefined := value ]
    

  4. setTestConfigTestVerbose :: MonadIO m => TestConfig -> Bool -> m ()

    gi-glib GI.GLib.Structs.TestConfig

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

    set testConfig [ #testVerbose := value ]
    

  5. setTestLogMsgLogType :: MonadIO m => TestLogMsg -> TestLogType -> m ()

    gi-glib GI.GLib.Structs.TestLogMsg

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

    set testLogMsg [ #logType := value ]
    

  6. setTestLogMsgNNums :: MonadIO m => TestLogMsg -> Word32 -> m ()

    gi-glib GI.GLib.Structs.TestLogMsg

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

    set testLogMsg [ #nNums := value ]
    

  7. setTestLogMsgNStrings :: MonadIO m => TestLogMsg -> Word32 -> m ()

    gi-glib GI.GLib.Structs.TestLogMsg

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

    set testLogMsg [ #nStrings := value ]
    

  8. setTestLogMsgStrings :: MonadIO m => TestLogMsg -> CString -> m ()

    gi-glib GI.GLib.Structs.TestLogMsg

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

    set testLogMsg [ #strings := value ]
    

  9. setThreadPoolExclusive :: MonadIO m => ThreadPool -> Bool -> m ()

    gi-glib GI.GLib.Structs.ThreadPool

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

    set threadPool [ #exclusive := value ]
    

  10. setThreadPoolFunc :: MonadIO m => ThreadPool -> FunPtr C_Func -> m ()

    gi-glib GI.GLib.Structs.ThreadPool

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

    set threadPool [ #func := value ]
    

Page 241 of many | Previous | Next