Method

GObjectValueArrayfree

deprecated: 2.32 

Declaration

void
g_value_array_free (
  GValueArray* value_array
)

Description

Free a GValueArray including its contents.

Deprecated since: 2.32

Use GArray and g_array_unref() instead.

This method is not directly available to language bindings.