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.
module GI.GObject.Objects.
ParamSpecBoolean A ParamSpec derived structure that contains the meta data for boolean properties.
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecBoolean o) =>
IsParamSpecBoolean ogi-gobject GI.GObject.Objects.ParamSpecBoolean Type class for types which can be safely cast to ParamSpecBoolean, for instance with toParamSpecBoolean.
-
gi-gobject GI.GObject.Objects.ParamSpecBoolean Memory-managed wrapper type.
ParamSpecBoolean :: ManagedPtr ParamSpecBoolean -> ParamSpecBooleangi-gobject GI.GObject.Objects.ParamSpecBoolean No documentation available.
toParamSpecBoolean :: (MonadIO m, IsParamSpecBoolean o) => o -> m ParamSpecBooleangi-gobject GI.GObject.Objects.ParamSpecBoolean Cast to ParamSpecBoolean, for types for which this is known to be safe. For general casts, use castTo.
-
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.
-
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.
-
gi-gobject GI.GObject.Structs.CClosure A ClosureMarshal function for use with signals with a single boolean argument.
ioBool :: IO Bool -> State# RealWorld -> (# State# RealWorld, Bool# #)ghc-bignum GHC.Num.Primitives No documentation available.
-
hslua-core HsLua.Core type of Lua booleans