ParamSpecPool.lookup

Looks up a gobject.ParamSpec in the pool.

class ParamSpecPool
lookup

Parameters

paramName string

the name to look for

ownerType GType

the owner to look for

walkAncestors bool

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

Return Value

Type: ParamSpec

The found gobject.ParamSpec, or NULL if no matching gobject.ParamSpec was found.