gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Create a GLib.VariantType builder

Open badcel opened this issue 1 year ago • 0 comments

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.

badcel avatar Sep 15 '23 05:09 badcel