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

type to check

Returns:

true if this is an array type Since 2.24