TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.44
Checks if an array of strings contains the string str according to GLib.str_equal. strv must not be NULL.
str
strv
NULL
an array of strings to search in
the string to search for
true if str is an element of strv
2.44
Checks if an array of strings contains the string
straccording to GLib.str_equal.strvmust not beNULL.