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.

  1. dateValidMonth :: (HasCallStack, MonadIO m) => DateMonth -> m Bool

    gi-glib GI.GLib.Structs.Date

    Returns True if the month value is valid. The 12 DateMonth enumeration values are the only valid months.

  2. dateValidWeekday :: (HasCallStack, MonadIO m) => DateWeekday -> m Bool

    gi-glib GI.GLib.Structs.Date

    Returns True if the weekday is valid. The seven DateWeekday enumeration values are the only valid weekdays.

  3. dateValidYear :: (HasCallStack, MonadIO m) => Word16 -> m Bool

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

  4. getHookHookId :: MonadIO m => Hook -> m CULong

    gi-glib GI.GLib.Structs.Hook

    Get the value of the “hook_id” field. When overloading is enabled, this is equivalent to

    get hook #hookId
    

  5. hookCompareIds :: (HasCallStack, MonadIO m) => Hook -> Hook -> m Int32

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

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

  7. getHookListSeqId :: MonadIO m => HookList -> m CULong

    gi-glib GI.GLib.Structs.HookList

    Get the value of the “seq_id” field. When overloading is enabled, this is equivalent to

    get hookList #seqId
    

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

  9. mainContextFindSourceById :: (HasCallStack, MonadIO m) => Maybe MainContext -> Word32 -> m Source

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

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

Page 644 of many | Previous | Next