Creates a new #GStrvBuilder with a reference count of 1. Use glib.strv_builder.StrvBuilder.unref on the returned value when no longer needed.
Add a string to the end of the array.
Appends all the strings in the given vector to the builder.
Ends the builder process and returns the constructed NULL-terminated string array. The returned value should be freed with glib.global.strfreev when no longer needed.
Add a string to the end of the array. After value belongs to the #GStrvBuilder and may no longer be modified by the caller.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
glib.strv_builder.StrvBuilder is a helper object to build a null-terminated string arrays.
The following example shows how to build a two element array: