[ 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.
this |
the constructed string array. Since 2.68 |