glib.variant.VariantG is a variant datatype; it can contain one or more values along with information about the type of the values.
Template to create a VariantC from a single D value.
Template to create a new VariantC from multiple D values.
Template to get a single value from a VariantC
Template to get multiple values from a VariantC