Add a string to the end of the array.
Since 2.68
a string.
Appends all the strings in the given vector to the builder.
Since 2.70
the vector of strings to add
Ends the builder process and returns the constructed NULL-terminated string array. The returned value should be freed with g_strfreev() when no longer needed.
Decreases the reference count on builder
.
In the event that there are no more references, releases all memory associated with the #GStrvBuilder.
#GStrvBuilder is a method of easily building dynamically sized NULL-terminated string arrays.
The following example shows how to build a two element array: