is_container


Description:

public bool is_container ()

Determines if the given this 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 -- g_variant_type_array, for example.

Parameters:

this

a VariantType

Returns:

true if this is a container type

Since 2.24