VariantBuilder#

class VariantBuilder(**kwargs)#
Constructors:

new(type:GLib.VariantType) -> GLib.VariantBuilder

Constructors#

class VariantBuilder
classmethod new(type: VariantType) VariantBuilder#
Parameters:

type

Methods#

class VariantBuilder
add_value(value: Variant) None#
Parameters:

value

close() None#
end() Variant#
open(type: VariantType) None#
Parameters:

type