lookup
Description:
public unowned ParamSpec lookup (
string param_name,
Type owner_type,
bool walk_ancestors)
Looks up a ParamSpec in the pool.
Parameters:
this |
a ParamSpecPool
|
param_name |
the name to look for
|
owner_type |
the owner to look for
|
walk_ancestors |
If true, also try to find a ParamSpec with
param_name owned by an ancestor of owner_type .
|
Returns:
The found ParamSpec, or null if no matching
ParamSpec was found.
|