Function
GLibArrayset_size
Declaration [src]
GArray*
g_array_set_size (
GArray* array,
guint length
)
Description [src]
Sets the size of the array, expanding it if necessary. If the array
was created with clear_
set to TRUE
, the new elements are set to 0.
This function is not directly available to language bindings.