Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. module GI.GObject.Objects.ParamSpecBoolean

    A ParamSpec derived structure that contains the meta data for boolean properties.

  2. class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecBoolean o) => IsParamSpecBoolean o

    gi-gobject GI.GObject.Objects.ParamSpecBoolean

    Type class for types which can be safely cast to ParamSpecBoolean, for instance with toParamSpecBoolean.

  3. newtype ParamSpecBoolean

    gi-gobject GI.GObject.Objects.ParamSpecBoolean

    Memory-managed wrapper type.

  4. ParamSpecBoolean :: ManagedPtr ParamSpecBoolean -> ParamSpecBoolean

    gi-gobject GI.GObject.Objects.ParamSpecBoolean

    No documentation available.

  5. toParamSpecBoolean :: (MonadIO m, IsParamSpecBoolean o) => o -> m ParamSpecBoolean

    gi-gobject GI.GObject.Objects.ParamSpecBoolean

    Cast to ParamSpecBoolean, for types for which this is known to be safe. For general casts, use castTo.

  6. cClosureMarshalBOOLEAN_BOXEDBOXED :: (HasCallStack, MonadIO m) => GClosure a -> GValue -> Word32 -> GValue -> Ptr () -> Ptr () -> m ()

    gi-gobject GI.GObject.Structs.CClosure

    A ClosureMarshal function for use with signals with handlers that take two boxed pointers as arguments and return a boolean. If you have such a signal, you will probably also need to use an accumulator, such as signalAccumulatorTrueHandled.

  7. cClosureMarshalBOOLEAN_FLAGS :: (HasCallStack, MonadIO m) => GClosure a -> GValue -> Word32 -> GValue -> Ptr () -> Ptr () -> m ()

    gi-gobject GI.GObject.Structs.CClosure

    A ClosureMarshal function for use with signals with handlers that take a flags type as an argument and return a boolean. If you have such a signal, you will probably also need to use an accumulator, such as signalAccumulatorTrueHandled.

  8. cClosureMarshalVOID_BOOLEAN :: (HasCallStack, MonadIO m) => GClosure a -> GValue -> Word32 -> GValue -> Ptr () -> Ptr () -> m ()

    gi-gobject GI.GObject.Structs.CClosure

    A ClosureMarshal function for use with signals with a single boolean argument.

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

    ghc-bignum GHC.Num.Primitives

    No documentation available.

  10. TypeBoolean :: Type

    hslua-core HsLua.Core

    type of Lua booleans

Page 78 of many | Previous | Next