Function
GLibArraynew
Declaration [src]
GArray*
g_array_new (
  gboolean zero_terminated,
  gboolean clear_,
  guint element_size
)
Description [src]
Creates a new GArray with a reference count of 1.
This function is not directly available to language bindings.