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