strvContains
Checks if an array of strings contains the string @str according to func@GLib.str_equal. @strv must not be NULL
.
Return
true if @str is an element of @strv
Since
2.44
Parameters
strv
an array of strings to search in
str
the string to search for