to_variant_builder


Description:

public VariantBuilder? to_variant_builder ()

Converts the Dictionary to a VariantBuilder of type G_VARIANT_TYPE_VARDICT.

Caller should use g_variant_builder_unref on the return value when it is no longer needed.

Parameters:

this

instance of Dictionary

Returns:

VariantBuilder if successful, null otherwise.