ptr_array_to_strv


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.5.2" ) ]
public string[] ptr_array_to_strv (GenericArray<string> array)

Form a composite string array of strings.

The data in the GPtrArray is copied.

Parameters:

array

the GPtrArray of strings

Returns:

the string array, or null if invalid


Namespace: Pk