[ Version ( since = "2.26" ) ]
[ CCode ( type_id = "G_TYPE_PARAM_VARIANT" ) ]
public class ParamSpecVariant : ParamSpec
A ParamSpec derived structure that contains the meta data for Variant properties.
When comparing values with values_cmp, scalar values with the same type will be compared with compare. Other non- null variants will be checked for equality with equal, and their sort order is otherwise undefined. null is ordered before non-null variants. Two null values compare equal.