Method
GLibStrvBuilderend
Declaration [src]
GStrv
g_strv_builder_end (
GStrvBuilder* builder
)
Description [src]
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.