GLib.StrvBuilder.addv (original) (raw)
GLib
API Version: 2.0
Library Version: 2.85.0
Type
Methods
add add_many addv end ref take unref unref_to_strv
Generated by gi-docgen 2024.1
Method
GLibStrvBuilderaddv
Declaration [src]
void
g_strv_builder_addv (
GStrvBuilder* builder,
const char** value
)
Description [src]
Appends all the strings in the given vector to the builder.
Since 2.70.
Parameters
value
Type: An array of char*
The vector of strings to add.
The array must be NULL-terminated. |
---|
The data is owned by the caller of the method. |
Each element is a NUL terminated UTF-8 string. |