Variant.this

Constructs a new serialised-mode GVariant instance. This is the inner interface for creation of new serialised values that gets called from various functions in gvariant.c. A reference is taken on bytes. Since 2.36

Parameters

type VariantType

a GVariantType

bytes Bytes

a GBytes

trusted int

if the contents of bytes are trusted

Throws

ConstructionException GTK+ fails to create the object.

Meta