Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. gvariantToBool :: GVariant -> IO (Maybe Bool)

    haskell-gi-base Data.GI.Base.GVariant

    No documentation available.

  2. constructObjectPropertyBool :: String -> Bool -> IO (GValueConstruct o)

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  3. getObjectPropertyBool :: GObject a => a -> String -> IO Bool

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  4. setObjectPropertyBool :: GObject a => a -> String -> Bool -> IO ()

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  5. TBoolean :: BasicType

    haskell-gi Data.GI.CodeGen.Type

    gboolean

  6. TBoolean :: BasicType

    haskell-gi Data.GI.GIR.BasicTypes

    gboolean

  7. parseBool :: Text -> Parser Bool

    haskell-gi Data.GI.GIR.Parser

    A boolean value given by a numerical constant.

  8. ioBool :: IO Bool -> State# RealWorld -> (# State# RealWorld, Bool# #)

    ghc-bignum GHC.Num.Primitives

    No documentation available.

  9. VariantClassBoolean :: VariantClass

    gi-glib GI.GLib.Enums

    The GVariant is a boolean.

  10. MarkupCollectTypeBoolean :: MarkupCollectType

    gi-glib GI.GLib.Flags

    expects a parameter of type (gboolean *) and parses the attribute value as a boolean. Sets False if the attribute isn't present. Valid boolean values consist of (case-insensitive) "false", "f", "no", "n", "0" and "true", "t", "yes", "y", "1"

Page 79 of many | Previous | Next