matching #GParamSpec was found.
ParamSpecPool.lookup
gobject.param_spec.ParamSpec lookup(string paramName, gobject.types.GType ownerType, bool walkAncestors)Looks up a #GParamSpec in the pool.
Parameters
paramName | the name to look for |
ownerType | the owner to look for |
walkAncestors | If 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