gir.core
gir.core copied to clipboard
Create a GLib.VariantType builder
Create a GLib.VariantType builder wich uses some kind of fluent api to allow extensive creation of arbitrary variant types. This avoids introduction of helper functions/ properties / constants on VariantType
but introduces a new class VariantTypeBuilder
.
additionally remove predefined helper variant types.