class_find_child_property


Description:

public static unowned ParamSpec class_find_child_property (ObjectClass cclass, string property_name)

Finds a child property of a container class by name.

Parameters:

cclass

a Container

property_name

the name of the child property to find

Returns:

the ParamSpec of the child property or null if class has no child property with that name.