Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
handleNumberParserError :: (NumberParserError -> GErrorMessage -> IO a) -> IO a -> IO agi-glib GI.GLib.Enums Handle exceptions of type NumberParserError. This is a specialized version of handleGErrorJustDomain.
-
gi-glib GI.GLib.Flags No description available in the introspection data.
getNumProcessors :: (HasCallStack, MonadIO m) => m Word32gi-glib GI.GLib.Functions Determine the approximate number of threads that the system will schedule simultaneously for this process. This is intended to be used as a parameter to g_thread_pool_new() for CPU bound tasks and similar cases. Since: 2.36
unicharIsalnum :: (HasCallStack, MonadIO m) => Char -> m Boolgi-glib GI.GLib.Functions Determines whether a character is alphanumeric. Given some UTF-8 text, obtain a character value with utf8GetChar.
dateTimeGetWeekNumberingYear :: (HasCallStack, MonadIO m) => DateTime -> m Int32gi-glib GI.GLib.Structs.DateTime Returns the ISO 8601 week-numbering year in which the week containing datetime falls. This function, taken together with dateTimeGetWeekOfYear and dateTimeGetDayOfWeek can be used to determine the full ISO week date on which datetime falls. This is usually equal to the normal Gregorian year (as returned by dateTimeGetYear), except as detailed below: For Thursday, the week-numbering year is always equal to the usual calendar year. For other days, the number is such that every day within a complete week (Monday to Sunday) is contained within the same week-numbering year. For Monday, Tuesday and Wednesday occurring near the end of the year, this may mean that the week-numbering year is one greater than the calendar year (so that these days have the same week-numbering year as the Thursday occurring early in the next year). For Friday, Saturday and Sunday occurring near the start of the year, this may mean that the week-numbering year is one less than the calendar year (so that these days have the same week-numbering year as the Thursday occurring late in the previous year). An equivalent description is that the week-numbering year is equal to the calendar year containing the majority of the days in the current week (Monday to Sunday). Note that January 1 0001 in the proleptic Gregorian calendar is a Monday, so this function never returns 0. Since: 2.26
regexGetStringNumber :: (HasCallStack, MonadIO m) => Regex -> Text -> m Int32gi-glib GI.GLib.Structs.Regex Retrieves the number of the subexpression named name. Since: 2.14
getScannerConfigNumbers2Int :: MonadIO m => ScannerConfig -> m Word32gi-glib GI.GLib.Structs.ScannerConfig Get the value of the “numbers_2_int” field. When overloading is enabled, this is equivalent to
get scannerConfig #numbers2Int
setScannerConfigNumbers2Int :: MonadIO m => ScannerConfig -> Word32 -> m ()gi-glib GI.GLib.Structs.ScannerConfig Set the value of the “numbers_2_int” field. When overloading is enabled, this is equivalent to
set scannerConfig [ #numbers2Int := value ]
getTestLogMsgNNums :: MonadIO m => TestLogMsg -> m Word32gi-glib GI.GLib.Structs.TestLogMsg Get the value of the “n_nums” field. When overloading is enabled, this is equivalent to
get testLogMsg #nNums
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 ]