ParamSpecPool.lookup

gobject.param_spec.ParamSpec lookup(string paramName, gobject.types.GType ownerType, bool walkAncestors)

Looks up a #GParamSpec in the pool.

Parameters

paramNamethe name to look for
ownerTypethe owner to look for
walkAncestorsIf true, also try to find a #GParamSpec with param_name owned by an ancestor of owner_type.

Returns

The found #GParamSpec, or null if no

matching #GParamSpec was found.