Gjsify LogoGjsify Logo

A #GParamSpecPool maintains a collection of #GParamSpecs which can be quickly accessed by owner and name.

The implementation of the #GObject property system uses such a pool to store the #GParamSpecs of the properties all object types.

record

Hierarchy

  • ParamSpecPool

Index

Constructors

Properties

name: string

Methods

  • lookup(param_name: string, owner_type: GType<unknown>, walk_ancestors: boolean): ParamSpec
  • Looks up a #GParamSpec in the pool.

    Parameters

    • param_name: string

      the name to look for

    • owner_type: GType<unknown>

      the owner to look for

    • walk_ancestors: boolean

      If %TRUE, also try to find a #GParamSpec with param_name owned by an ancestor of owner_type.

    Returns ParamSpec

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method