Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
dateValidMonth :: (HasCallStack, MonadIO m) => DateMonth -> m Boolgi-glib GI.GLib.Structs.Date Returns True if the month value is valid. The 12 DateMonth enumeration values are the only valid months.
dateValidWeekday :: (HasCallStack, MonadIO m) => DateWeekday -> m Boolgi-glib GI.GLib.Structs.Date Returns True if the weekday is valid. The seven DateWeekday enumeration values are the only valid weekdays.
dateValidYear :: (HasCallStack, MonadIO m) => Word16 -> m Boolgi-glib GI.GLib.Structs.Date Returns True if the year is valid. Any year greater than 0 is valid, though there is a 16-bit limit to what Date will understand.
getHookHookId :: MonadIO m => Hook -> m CULonggi-glib GI.GLib.Structs.Hook Get the value of the “hook_id” field. When overloading is enabled, this is equivalent to
get hook #hookId
hookCompareIds :: (HasCallStack, MonadIO m) => Hook -> Hook -> m Int32gi-glib GI.GLib.Structs.Hook Compares the ids of two Hook elements, returning a negative value if the second id is greater than the first.
setHookHookId :: MonadIO m => Hook -> CULong -> m ()gi-glib GI.GLib.Structs.Hook Set the value of the “hook_id” field. When overloading is enabled, this is equivalent to
set hook [ #hookId := value ]
getHookListSeqId :: MonadIO m => HookList -> m CULonggi-glib GI.GLib.Structs.HookList Get the value of the “seq_id” field. When overloading is enabled, this is equivalent to
get hookList #seqId
setHookListSeqId :: MonadIO m => HookList -> CULong -> m ()gi-glib GI.GLib.Structs.HookList Set the value of the “seq_id” field. When overloading is enabled, this is equivalent to
set hookList [ #seqId := value ]
mainContextFindSourceById :: (HasCallStack, MonadIO m) => Maybe MainContext -> Word32 -> m Sourcegi-glib GI.GLib.Structs.MainContext Finds a Source given a pair of context and ID. It is a programmer error to attempt to look up a non-existent source. More specifically: source IDs can be reissued after a source has been destroyed and therefore it is never valid to use this function with a source ID which may have already been removed. An example is when scheduling an idle to run in another thread with g_idle_add(): the idle may already have run and been removed by the time this function is called on its (now invalid) source ID. This source ID may have been reissued, leading to the operation being performed against the wrong source.
clearScannerConfigCsetIdentifierFirst :: MonadIO m => ScannerConfig -> m ()gi-glib GI.GLib.Structs.ScannerConfig Set the value of the “cset_identifier_first” field to Nothing. When overloading is enabled, this is equivalent to
clear #csetIdentifierFirst