is_array


Description:

public bool is_array ()

Determines if the given this is an array type.

This is true if the type string for this starts with an 'a'.

This function returns true for any indefinite type for which every definite subtype is an array type -- g_variant_type_array, for example.

Parameters:

this

a VariantType

Returns:

true if this is an array type

Since 2.24