get_true_values


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.14.0" ) ]
public string[]? get_true_values ()

Parameters:

this

A CSVReadOptions.

Returns:

The values to be processed as true.

If the number of values is zero, this returns null.

It's a null-terminated string array. It must be freed with strfreev when no longer needed.