ObjectG.classFindProperty

Looks up the GParamSpec for a property of a class.

class ObjectG
static
classFindProperty

Parameters

oclass GObjectClass*

a GObjectClass

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. [transfer none]

Meta