Package: glib
Function g-variant-type-is-tuple
Lambda Listg-variant-type-is-tuple (vtype) ArgumentsReturn ValueTrue if vtype is a tuple type. Details
Determines if the given type is a tuple type. This is true if the variant type string for type starts with a '(' or if
type is "r". This function returns true for any indefinite type for which every definite subtype is a tuple type - "r", for example. | See also |
2021-7-31