Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
keyFileSetBooleanList :: (HasCallStack, MonadIO m) => KeyFile -> Text -> Text -> [Bool] -> m ()gi-glib GI.GLib.Structs.KeyFile Associates a list of boolean values with key under groupName. If key cannot be found then it is created. If groupName is Nothing, the start_group is used. Since: 2.6
BindingFlagsInvertBoolean :: BindingFlagsgi-gobject GI.GObject.Flags If the two properties being bound are booleans, setting one to True will result in the other being set to False and vice versa. This flag will only work for boolean properties, and cannot be used when passing custom transformation functions to g_object_bind_property_full().
-
gi-gobject GI.GObject.Functions Creates a new ParamSpecBoolean instance specifying a G_TYPE_BOOLEAN property. In many cases, it may be more appropriate to use an enum with paramSpecEnum, both to improve code clarity by using explicitly named values, and to allow for more values to be added in future without breaking API. See g_param_spec_internal() for details on property names.
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.