ParamSpecPool.lookup

Looks up a #GParamSpec in the pool.

Parameters

paramName string

the name to look for

ownerType gobject.types.GType

the owner to look for

walkAncestors bool

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

Return Value

Type: gobject.param_spec.ParamSpec

The found #GParamSpec, or null if no matching #GParamSpec was found.