Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. menuitemPropertySetBool :: (HasCallStack, MonadIO m, IsMenuitem a) => a -> Text -> Bool -> m Bool

    gi-dbusmenu GI.Dbusmenu.Objects.Menuitem

    Takes a boolean value and sets it on property as a property on mi. If a property already exists by that name, then the value is set to the new value. If not, the property is added. If the value is changed or the property was previously unset then the signal Menuitem::prop-changed will be emitted by this function.

  2. GLUniformTypeBool :: GLUniformType

    gi-gsk GI.Gsk.Enums

    A GLSL bool / gboolean uniform

  3. gLShaderGetArgBool :: (HasCallStack, MonadIO m, IsGLShader a) => a -> Bytes -> Int32 -> m Bool

    gi-gsk GI.Gsk.Objects.GLShader

    Gets the value of the uniform idx in the args block. The uniform must be of bool type.

  4. shaderArgsBuilderSetBool :: (HasCallStack, MonadIO m) => ShaderArgsBuilder -> Int32 -> Bool -> m ()

    gi-gsk GI.Gsk.Structs.ShaderArgsBuilder

    Sets the value of the uniform idx. The uniform must be of bool type.

  5. OptionTypeBoolean :: OptionType

    gi-javascriptcore6 GI.JavaScriptCore.Enums

    A Bool option type.

  6. optionsGetBoolean :: (HasCallStack, MonadIO m) => Text -> m (Bool, Bool)

    gi-javascriptcore6 GI.JavaScriptCore.Functions

    Get option as a Bool value. Since: 2.24

  7. optionsSetBoolean :: (HasCallStack, MonadIO m) => Text -> Bool -> m Bool

    gi-javascriptcore6 GI.JavaScriptCore.Functions

    Set option as a Bool value. Since: 2.24

  8. valueIsBoolean :: (HasCallStack, MonadIO m, IsValue a) => a -> m Bool

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Value

    Get whether the value referenced by value is a boolean.

  9. valueNewBoolean :: (HasCallStack, MonadIO m, IsContext a) => a -> Bool -> m Value

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Value

    Create a new Value from value

  10. valueToBoolean :: (HasCallStack, MonadIO m, IsValue a) => a -> m Bool

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Value

    Convert value to a boolean.

Page 156 of many | Previous | Next