API Version: 0
Library Version: 0.44.0
Generated by gi-docgen 2024.1
GStrv phosh_util_append_to_strv ( GStrv array, const char* element )
Append element to an array of strings.
element
array
Type: An array of utf8
utf8
A NULL terminated array of strings.
NULL
Type: const char*
const char*
The string to append.
A new NULL terminated array with the element appended to it.