Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. dateIsFirstOfMonth :: (HasCallStack, MonadIO m) => Date -> m Bool

    gi-glib GI.GLib.Structs.Date

    Returns True if the date is on the first of a month. The date must be valid.

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

  3. getScannerConfigCsetIdentifierFirst :: MonadIO m => ScannerConfig -> m (Maybe Text)

    gi-glib GI.GLib.Structs.ScannerConfig

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

    get scannerConfig #csetIdentifierFirst
    

  4. setScannerConfigCsetIdentifierFirst :: MonadIO m => ScannerConfig -> CString -> m ()

    gi-glib GI.GLib.Structs.ScannerConfig

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

    set scannerConfig [ #csetIdentifierFirst := value ]
    

  5. treeNodeFirst :: (HasCallStack, MonadIO m) => Tree -> m (Maybe TreeNode)

    gi-glib GI.GLib.Structs.Tree

    Returns the first in-order node of the tree, or Nothing for an empty tree. Since: 2.68

  6. variantTypeFirst :: (HasCallStack, MonadIO m) => VariantType -> m VariantType

    gi-glib GI.GLib.Structs.VariantType

    Determines the first item type of a tuple or dictionary entry type. This function may only be used with tuple or dictionary entry types, but must not be used with the generic tuple type G_VARIANT_TYPE_TUPLE. In the case of a dictionary entry type, this returns the type of the key. Nothing is returned in case of type being G_VARIANT_TYPE_UNIT. This call, together with variantTypeNext provides an iterator interface over tuple and dictionary entry types.

  7. pattern TYPE_RESERVED_BSE_FIRST :: Int32

    gi-gobject GI.GObject.Constants

    First fundamental type number to create a new fundamental type id with G_TYPE_MAKE_FUNDAMENTAL() reserved for BSE.

  8. pattern TYPE_RESERVED_GLIB_FIRST :: Int32

    gi-gobject GI.GObject.Constants

    First fundamental type number to create a new fundamental type id with G_TYPE_MAKE_FUNDAMENTAL() reserved for GLib.

  9. pattern TYPE_RESERVED_USER_FIRST :: Int32

    gi-gobject GI.GObject.Constants

    First available fundamental type number to create new fundamental type id with G_TYPE_MAKE_FUNDAMENTAL().

  10. SignalFlagsAccumulatorFirstRun :: SignalFlags

    gi-gobject GI.GObject.Flags

    Only used in SignalAccumulator accumulator functions for the SignalInvocationHint::run_type field to mark the first call to the accumulator function for a signal emission. Since 2.68.

Page 42 of many | Previous | Next