Package: glib

Function glib:variant-type-is-container

Lambda List

glib: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, the "a*" type string, for example.
 

See also

2024-11-20