end


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] end ()

Ends the builder process and returns the constructed NULL-terminated string array.

The returned value should be freed with strfreev when no longer needed.

Parameters:

this

a StrvBuilder

Returns:

the constructed string array.

Since 2.68