VariantType.newMaybe

Constructs the type corresponding to a maybe instance containing type type or Nothing. It is appropriate to call g_variant_type_free() on the return value. Since 2.24

class VariantType
static
newMaybe

Parameters

element VariantType

a GVariantType

Throws

ConstructionException GTK+ fails to create the object.

Meta