find_property


Description:

public static unowned ParamSpec find_property (string operation_type, string property_name)

Parameters:

operation_type

the name of the operation type we want to locate a property on.

property_name

the name of the property we seek.

Returns:

The paramspec of the matching property - or NULL if there as no match.