Function

GLibPtrArraynew

Declaration

GPtrArray*
g_ptr_array_new (
  void
)

Description

Creates a new GPtrArray with a reference count of 1.

This function is not directly available to language bindings.

Return value

Type: An array of gpointer

The new GPtrArray.

The data is owned by the called function.