Method
GIRepositoryTypeInfoget_array_fixed_size
since: 2.80
Declaration [src]
gboolean
gi_type_info_get_array_fixed_size (
GITypeInfo* info,
size_t* out_size
)
Description [src]
Obtain the fixed array size of the type, in number of elements (not bytes).
The type tag must be a GI_TYPE_TAG_ARRAY
with a fixed size, or FALSE
will
be returned.
Available since: 2.80