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.

  1. 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

  2. BindingFlagsInvertBoolean :: BindingFlags

    gi-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().

  3. paramSpecBoolean :: (HasCallStack, MonadIO m) => Text -> Maybe Text -> Maybe Text -> Bool -> [ParamFlags] -> m GParamSpec

    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.

  4. module GI.GObject.Objects.ParamSpecBoolean

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

  5. 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.

  6. newtype ParamSpecBoolean

    gi-gobject GI.GObject.Objects.ParamSpecBoolean

    Memory-managed wrapper type.

  7. ParamSpecBoolean :: ManagedPtr ParamSpecBoolean -> ParamSpecBoolean

    gi-gobject GI.GObject.Objects.ParamSpecBoolean

    No documentation available.

  8. 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.

  9. 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.

  10. 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.

Page 77 of many | Previous | Next