Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. type PhaseNum = Int

    ghc-lib-parser GHC.Types.Basic

    Phase Number

  2. diagnosticCodeNumber :: DiagnosticCode -> Natural

    ghc-lib-parser GHC.Types.Error

    the actual diagnostic code

  3. constructDeviceNumTouches :: (IsDevice o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gdk4 GI.Gdk.Objects.Device

    Construct a GValueConstruct with valid value for the “num-touches” property. This is rarely needed directly, but it is used by new.

  4. getDeviceNumLockState :: (MonadIO m, IsDevice o) => o -> m Bool

    gi-gdk4 GI.Gdk.Objects.Device

    Get the value of the “num-lock-state” property. When overloading is enabled, this is equivalent to

    get device #numLockState
    

  5. getDeviceNumTouches :: (MonadIO m, IsDevice o) => o -> m Word32

    gi-gdk4 GI.Gdk.Objects.Device

    Get the value of the “num-touches” property. When overloading is enabled, this is equivalent to

    get device #numTouches
    

  6. valueGetEnum :: Enum enum => GValue -> IO enum

    glib System.Glib.GValueTypes

    No documentation available.

  7. valueSetEnum :: Enum enum => GValue -> enum -> IO ()

    glib System.Glib.GValueTypes

    No documentation available.

  8. newAttrFromEnumProperty :: (GObjectClass gobj, Enum enum) => String -> GType -> Attr gobj enum

    glib System.Glib.Properties

    No documentation available.

  9. objectGetPropertyEnum :: (GObjectClass gobj, Enum enum) => GType -> String -> gobj -> IO enum

    glib System.Glib.Properties

    No documentation available.

  10. objectSetPropertyEnum :: (GObjectClass gobj, Enum enum) => GType -> String -> gobj -> enum -> IO ()

    glib System.Glib.Properties

    No documentation available.

Page 145 of many | Previous | Next