Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. type ParamSpecTypeInfoValueValidateFieldCallback = GParamSpec -> GValue -> IO Bool

    gi-gobject GI.GObject.Callbacks

    No description available in the introspection data.

  2. type ParamSpecTypeInfoValuesCmpFieldCallback = GParamSpec -> GValue -> GValue -> IO Int32

    gi-gobject GI.GObject.Callbacks

    No description available in the introspection data.

  3. pattern PARAM_MASK :: Int32

    gi-gobject GI.GObject.Constants

    Mask containing the bits of ParamSpec.flags which are reserved for GLib.

  4. pattern PARAM_STATIC_STRINGS :: Int32

    gi-gobject GI.GObject.Constants

    ParamFlags value alias for ParamFlagsStaticName | ParamFlagsStaticNick | ParamFlagsStaticBlurb. It is recommended to use this for all properties by default, as it allows for internal performance improvements in GObject. It is very rare that a property would have a dynamically constructed name, nickname or blurb. Since 2.13.0

  5. pattern PARAM_USER_SHIFT :: Int32

    gi-gobject GI.GObject.Constants

    Minimum shift count to be used for user defined flags, to be stored in ParamSpec.flags. The maximum allowed is 10.

  6. data ParamFlags

    gi-gobject GI.GObject.Flags

    Through the ParamFlags flag values, certain aspects of parameters can be configured. See also: PARAM_STATIC_STRINGS

  7. ParamFlagsConstruct :: ParamFlags

    gi-gobject GI.GObject.Flags

    the parameter will be set upon object construction

  8. ParamFlagsConstructOnly :: ParamFlags

    gi-gobject GI.GObject.Flags

    the parameter can only be set upon object construction

  9. ParamFlagsDeprecated :: ParamFlags

    gi-gobject GI.GObject.Flags

    the parameter is deprecated and will be removed in a future version. A warning will be generated if it is used while running with G_ENABLE_DIAGNOSTIC=1. Since 2.26

  10. ParamFlagsExplicitNotify :: ParamFlags

    gi-gobject GI.GObject.Flags

    calls to objectSetProperty for this property will not automatically result in a "notify" signal being emitted: the implementation must call objectNotify themselves in case the property actually changes. Since: 2.42.

Page 240 of many | Previous | Next