Package: glib
Function g-variant-type-is-array
Lambda Listg-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 an 'a'. This function returns true for any indefinite type for which every definite subtype is an array type - "a*", for example. | See also |
2021-7-31