findProperty

fun findProperty(propertyName: String): ParamSpec

Looks up the #GParamSpec for a property of a class.

Return

the #GParamSpec for the property, or null if the class doesn't have a property of that name

Parameters

propertyName

the name of the property to look up