Package: glib

Function g-variant-type-is-container

Lambda List

g-variant-type-is-container (vtype)

Arguments

type -- a g-variant-type instance

Return Value

True 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