class_find_child_property


Description:

[ Version ( since = "0.8" ) ]
public static unowned ParamSpec class_find_child_property (ObjectClass klass, string property_name)

Looks up the ParamSpec for a child property of klass.

Parameters:

klass

a ObjectClass implementing the Container interface.

property_name

a property name.

Returns:

The ParamSpec for the property or null if no such property exist.