ParamSpecPool.lookup

Looks up a GParamSpec in the pool.

class ParamSpecPool
lookup

Parameters

paramName string

the name to look for

ownerType GType

the owner to look for

walkAncestors int

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

Return Value

Type: ParamSpec

The found GParamSpec, or NULL if no matching GParamSpec was found. [transfer none]

Meta