VariantType.isMaybe

Determines if the given type is a maybe type. This is true if the type string for type starts with an 'm'.

This function returns TRUE for any indefinite type for which every definite subtype is a maybe type -- G_VARIANT_TYPE_MAYBE, for example.

class VariantType
bool
isMaybe
()

Return Value

Type: bool

TRUE if type is a maybe type

Since 2.24