Variant.isOfType

Checks if a value has a type matching the provided type. Since 2.24

class Variant
int
isOfType

Parameters

type VariantType

a GVariantType

Return Value

Type: int

TRUE if the type of value matches type

Meta