[ CCode ( cname = "xfconf_array_free" ) ]
public void array_free (GenericArray<Value?> arr)
Properly frees a GenericArray structure containing a list of Value<!-- -->s.
This will also cause the contents of the values to be freed as well.
| arr |
A GenericArray of Value<!-- -->s. |