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. ParamFlagsLaxValidation :: ParamFlags

    gi-gobject GI.GObject.Flags

    upon parameter conversion (see paramValueConvert) strict validation is not required

  2. ParamFlagsPrivate :: ParamFlags

    gi-gobject GI.GObject.Flags

    internal

  3. ParamFlagsReadable :: ParamFlags

    gi-gobject GI.GObject.Flags

    the parameter is readable

  4. ParamFlagsReadwrite :: ParamFlags

    gi-gobject GI.GObject.Flags

    alias for ParamFlagsReadable | ParamFlagsWritable

  5. ParamFlagsStaticBlurb :: ParamFlags

    gi-gobject GI.GObject.Flags

    the string used as blurb when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8

  6. ParamFlagsStaticName :: ParamFlags

    gi-gobject GI.GObject.Flags

    the string used as name when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8

  7. ParamFlagsStaticNick :: ParamFlags

    gi-gobject GI.GObject.Flags

    the string used as nick when constructing the parameter is guaranteed to remain valid and unmmodified for the lifetime of the parameter. Since 2.8

  8. ParamFlagsWritable :: ParamFlags

    gi-gobject GI.GObject.Flags

    the parameter is writable

  9. module GI.GObject.Objects.ParamSpec

    GParamSpec encapsulates the metadata required to specify parameters, such as GObject properties.

    Parameter names

    A property name consists of one or more segments consisting of ASCII letters and digits, separated by either the - or _ character. The first character of a property name must be a letter. These are the same rules as for signal naming (see GObject.signal_new). When creating and looking up a GParamSpec, either separator can be used, but they cannot be mixed. Using - is considerably more efficient, and is the ‘canonical form’. Using _ is discouraged.

  10. newtype ParamSpec

    gi-gobject GI.GObject.Objects.ParamSpec

    Memory-managed wrapper type.

Page 241 of many | Previous | Next