Class ParamSpecVariant

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class ParamSpecVariant extends ParamSpec
A GParamSpec derived structure that contains the meta data for GVariant properties.

When comparing values with g_param_values_cmp(), scalar values with the same type will be compared with g_variant_compare(). Other non-null variants will be checked for equality with g_variant_equal(), and their sort order is otherwise undefined. null is ordered before non-null variants. Two null values compare equal.