Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. ParamFlagsReadable :: ParamFlags

    gi-gobject GI.GObject.Flags

    the parameter is readable

  2. ParamFlagsReadwrite :: ParamFlags

    gi-gobject GI.GObject.Flags

    alias for ParamFlagsReadable | ParamFlagsWritable

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

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

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

  6. ParamFlagsWritable :: ParamFlags

    gi-gobject GI.GObject.Flags

    the parameter is writable

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

  8. newtype ParamSpec

    gi-gobject GI.GObject.Objects.ParamSpec

    Memory-managed wrapper type.

  9. ParamSpec :: ManagedPtr ParamSpec -> ParamSpec

    gi-gobject GI.GObject.Objects.ParamSpec

    No documentation available.

  10. module GI.GObject.Objects.ParamSpecBoolean

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

Page 241 of many | Previous | Next