VariantBuilder
class VariantBuilder(pointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance
A utility type for constructing container-type #GVariant instances.
This is an opaque structure and may only be accessed using the following functions.
#GVariantBuilder is not threadsafe in any way. Do not attempt to access it from more than one thread.
Skipped during bindings generation
method
add
: Varargs parameter is not supportedmethod
add_parsed
: Varargs parameter is not supportedfield
x
: guintptrfield
y
: guintptr
Constructors
Functions
Link copied to clipboard
Initialises a #GVariantBuilder structure.
Link copied to clipboard
Opens a subcontainer inside the given @builder. When done adding items to the subcontainer, g_variant_builder_close() must be called. @type is the type of the container: so to build a tuple of several values, @type must include the tuple itself.
Link copied to clipboard
Increases the reference count on @builder.