VariantType.stringIsValid

Checks if type_string is a valid GVariant type string. This call is equivalent to calling Variant.typeStringScan and confirming that the following character is a nul terminator.

class VariantType
static
bool
stringIsValid
(
string typeString
)

Parameters

typeString string

a pointer to any string

Return Value

Type: bool

TRUE if type_string is exactly one valid type string

Since 2.24