Package: glib
Function g-variant-type-is-container
Lambda Listg-variant-type-is-container (vtype) ArgumentsReturn ValueTrue if vtype is a container type. Details
Determines if the given variant type is a container type.
Container types are any array, maybe, tuple, or dictionary entry types plus
the variant type. This function returns true for any indefinite type for which every definite subtype is a container - "a*", for example. | See also |
2021-7-31