StrvBuilder.end

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.

class StrvBuilder
string[]
end
()

Return Value

Type: string[]

the constructed string array.

Since 2.68

Meta