Package: glib

Function glib:variant-type-is-array

Lambda List

glib:variant-type-is-array (vtype)

Arguments

vtype -- a g:variant-type instance

Return Value

True 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

2024-11-20