Package: glib

Function g-variant-type-is-array

Lambda List

g-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 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