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. module GI.GObject.Structs.ParamSpecPool

    A ParamSpecPool maintains a collection of GParamSpecs which can be quickly accessed by owner and name. The implementation of the Object property system uses such a pool to store the GParamSpecs of the properties all object types.

  2. newtype ParamSpecPool

    gi-gobject GI.GObject.Structs.ParamSpecPool

    Memory-managed wrapper type.

  3. ParamSpecPool :: ManagedPtr ParamSpecPool -> ParamSpecPool

    gi-gobject GI.GObject.Structs.ParamSpecPool

    No documentation available.

  4. module GI.GObject.Structs.ParamSpecTypeInfo

    This structure is used to provide the type system with the information required to initialize and destruct (finalize) a parameter's class and instances thereof. The initialized structure is passed to the paramTypeRegisterStatic The type system will perform a deep copy of this structure, so its memory does not need to be persistent across invocation of paramTypeRegisterStatic.

  5. newtype ParamSpecTypeInfo

    gi-gobject GI.GObject.Structs.ParamSpecTypeInfo

    Memory-managed wrapper type.

  6. ParamSpecTypeInfo :: ManagedPtr ParamSpecTypeInfo -> ParamSpecTypeInfo

    gi-gobject GI.GObject.Structs.ParamSpecTypeInfo

    No documentation available.

  7. module GI.GObject.Structs.Parameter

    The GParameter struct is an auxiliary structure used to hand parameter name/value pairs to objectNewv.

  8. newtype Parameter

    gi-gobject GI.GObject.Structs.Parameter

    Memory-managed wrapper type.

  9. Parameter :: ManagedPtr Parameter -> Parameter

    gi-gobject GI.GObject.Structs.Parameter

    No documentation available.

  10. data PD n

    reflection Data.Reflection

    2n - 1

Page 249 of many | Previous | Next