lookup

fun lookup(paramName: String, ownerType: <Error class: unknown class>, walkAncestors: Boolean): ParamSpec?(source)

Looks up a #GParamSpec in the pool.

Return

The found #GParamSpec, or null if no matching #GParamSpec was found.

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.