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