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