Method
GIRepositoryTypeInfoget_array_length_index
since: 2.80
Declaration [src]
gboolean
gi_type_info_get_array_length_index (
GITypeInfo* info,
unsigned int* out_length_index
)
Description [src]
Obtain the position of the argument which gives the array length of the type.
The type tag must be a GI_TYPE_TAG_ARRAY
with a length argument, or FALSE
will be returned.
Available since: 2.80