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.
ParamFlagsReadable :: ParamFlagsgi-gobject GI.GObject.Flags the parameter is readable
ParamFlagsReadwrite :: ParamFlagsgi-gobject GI.GObject.Flags alias for ParamFlagsReadable | ParamFlagsWritable
ParamFlagsStaticBlurb :: ParamFlagsgi-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
ParamFlagsStaticName :: ParamFlagsgi-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
ParamFlagsStaticNick :: ParamFlagsgi-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
ParamFlagsWritable :: ParamFlagsgi-gobject GI.GObject.Flags the parameter is writable
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.-
gi-gobject GI.GObject.Objects.ParamSpec Memory-managed wrapper type.
ParamSpec :: ManagedPtr ParamSpec -> ParamSpecgi-gobject GI.GObject.Objects.ParamSpec No documentation available.
module GI.GObject.Objects.
ParamSpecBoolean A ParamSpec derived structure that contains the meta data for boolean properties.