API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.44
gboolean g_strv_contains ( const gchar* const* strv, const gchar* str )
Checks if strv contains str. strv must not be NULL.
strv
str
NULL
Available since: 2.44
Type: const gchar* const*
const gchar* const*
A NULL-terminated array of strings.
Type: const gchar*
const gchar*
A string.
Type: gboolean
gboolean
TRUE if str is an element of strv, according to g_str_equal().
TRUE