Determines if the given @type is an array type. This is true if the 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 -- %G_VARIANT_TYPE_ARRAY, for example.
%TRUE if @type is an array type
Since 2.24
See Implementation
Determines if the given @type is an array type. This is true if the 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 -- %G_VARIANT_TYPE_ARRAY, for example.