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.
gvariantToBool :: GVariant -> IO (Maybe Bool)haskell-gi-base Data.GI.Base.GVariant No documentation available.
constructObjectPropertyBool :: String -> Bool -> IO (GValueConstruct o)haskell-gi-base Data.GI.Base.Properties No documentation available.
getObjectPropertyBool :: GObject a => a -> String -> IO Boolhaskell-gi-base Data.GI.Base.Properties No documentation available.
setObjectPropertyBool :: GObject a => a -> String -> Bool -> IO ()haskell-gi-base Data.GI.Base.Properties No documentation available.
-
haskell-gi Data.GI.CodeGen.Type gboolean
-
haskell-gi Data.GI.GIR.BasicTypes gboolean
parseBool :: Text -> Parser Boolhaskell-gi Data.GI.GIR.Parser A boolean value given by a numerical constant.
ioBool :: IO Bool -> State# RealWorld -> (# State# RealWorld, Bool# #)ghc-bignum GHC.Num.Primitives No documentation available.
VariantClassBoolean :: VariantClassgi-glib GI.GLib.Enums The GVariant is a boolean.
MarkupCollectTypeBoolean :: MarkupCollectTypegi-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"