API Version: 0
Library Version: 0.44.0
Generated by gi-docgen 2024.1
GStrv phosh_util_remove_from_strv ( GStrv array, const char* element )
Remove all elements from a string array that match element.
element
array
Type: An array of utf8
utf8
A NULL terminated array of strings.
NULL
Type: const char*
const char*
The string to remove.
A new NULL terminated array with the element removed from it.