ObjectClass.findProperty

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

class ObjectClass
findProperty
()

Parameters

propertyName string

the name of the property to look up

Return Value

Type: ParamSpec

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

Meta